diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 10:36:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 10:36:40 +0200 |
commit | dea067100fa2a56d9e66d4046dea572486db3d4c (patch) | |
tree | e5048c064db0d14e622cdcf7c4f59e1b7af20d8f | |
parent | 2f02bcd03f0819c6c3439064286e7ec77c884113 (diff) | |
download | jenkins.debian.net-dea067100fa2a56d9e66d4046dea572486db3d4c.tar.xz |
g-i-installation: start trigger_mode 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 9528d6f6..297815b0 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1155,7 +1155,7 @@ case $NAME in echo "Sleeping 15 seconds." sleep 15 boot_system - let START_TRIGGER=NR+500 + let START_TRIGGER=NR+200 monitor_system post_install $START_TRIGGER ;; esac |