summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-25 10:36:40 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-25 10:36:40 +0200
commitdea067100fa2a56d9e66d4046dea572486db3d4c (patch)
treee5048c064db0d14e622cdcf7c4f59e1b7af20d8f /bin
parent2f02bcd03f0819c6c3439064286e7ec77c884113 (diff)
downloadjenkins.debian.net-dea067100fa2a56d9e66d4046dea572486db3d4c.tar.xz
g-i-installation: start trigger_mode earlier
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh2
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