| Index: recovery_install.conf
|
| diff --git a/recovery_install.conf b/recovery_install.conf
|
| index 4c42ea98923cd27a2034a4bbdc96727aedb9f2f4..082954deaebcb3865a9fd7070cc6d6a56b7aa490 100644
|
| --- a/recovery_install.conf
|
| +++ b/recovery_install.conf
|
| @@ -12,7 +12,7 @@ start on started udev
|
| # TODO(tgao): replace debug output and auto-shutdown with a friendly UI
|
| script
|
| # use "sh -x" to output extensive debug output to console for now
|
| - sh -x /usr/sbin/chromeos-install --recovery --run_as_root
|
| + sh -x /usr/sbin/chromeos-install --recovery --run_as_root --yes
|
| # shut down and power off the device (with 1 minute delay)
|
| shutdown -h +1
|
| end script
|
|
|