diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-28 19:41:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-28 19:41:52 +0200 |
commit | 1722d670d8782ac05c9239df53673a1716d94ba3 (patch) | |
tree | d85ce258a95608a05822c6b96ce97d5a2b3e8d9e | |
parent | 1f85c095e236e8101d1bde8e4a32b46082a7561c (diff) | |
download | jenkins.debian.net-1722d670d8782ac05c9239df53673a1716d94ba3.tar.xz |
g-i: do stuff earlier
-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 5f14e93d..5983c820 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1053,7 +1053,7 @@ case $NAME in echo "Sleeping 15 seconds." sleep 15 boot_system - let START_TRIGGER=NR+500 + let START_TRIGGER=NR+100 monitor_system post_install $START_TRIGGER save_logs ;; |