Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: recovery_install.conf

Issue 2685004: fix for issue 2610: add --yes flag to recovery_installer (Closed) Base URL: ssh://git@chromiumos-git/recovery_installer.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698