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 |