diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-30 10:34:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-30 10:34:15 +0200 |
commit | 6d2317263128eb86929656393d0572091aa13219 (patch) | |
tree | 34bc408e3aa695bbb316a642ae64e9e4b1d84fba | |
parent | 43d659cb24d082474ce60cfb12e1c8c34a5e66a0 (diff) | |
download | jenkins.debian.net-6d2317263128eb86929656393d0572091aa13219.tar.xz |
Revert "g-i: do stuff earlier"
This reverts commit 1722d670d8782ac05c9239df53673a1716d94ba3.
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index b165b228..88cc5fc0 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1140,7 +1140,7 @@ case $NAME in echo "Sleeping 15 seconds." sleep 15 boot_system - let START_TRIGGER=NR+100 + let START_TRIGGER=NR+500 monitor_system post_install $START_TRIGGER save_logs ;; |