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

Unified Diff: src/platform/factory_installer/factory_install.sh

Issue 1945004: Allow factory install shim to be overlay installed (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Allow factory install to be overlayed on an existing image Created 10 years, 8 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 | src/platform/factory_installer/factory_ui.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/factory_installer/factory_install.sh
diff --git a/src/platform/factory_installer/factory_install.sh b/src/platform/factory_installer/factory_install.sh
index 1645a860cc0356a3586fd854bbb8770eab877c4c..171c979af432ca4e9e4e2c0379d7eecd372e8cbd 100644
--- a/src/platform/factory_installer/factory_install.sh
+++ b/src/platform/factory_installer/factory_install.sh
@@ -12,9 +12,6 @@ if [ $(id -u) -ne 0 ]; then
exit 1
fi
-# If we get in a respawn loop, sleeping for 1 minute before starting is nice.
-sleep 60
-
# TODO(adlr): pick an install device in a matter that works on x86 and ARM.
# This works on x86 only, afaik.
DST=/dev/sda
« no previous file with comments | « no previous file | src/platform/factory_installer/factory_ui.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698