summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-24 13:28:32 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-24 13:28:32 +0100
commit2087e19702c5fe2d5fbc080a0170747ce54d6b72 (patch)
treea3f50c797acdac0ecfde14cc9e19f592b8072c1c
parent285682ca5550526c7d36feed73f52be241d7f9a7 (diff)
downloadjenkins.debian.net-2087e19702c5fe2d5fbc080a0170747ce54d6b72.tar.xz
define starttrigger as nr+500
-rwxr-xr-xbin/g-i-installation.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index f666ea51..e1f51e39 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -499,7 +499,8 @@ case $NAME in
sudo umount -l $IMAGE_MNT || true
fi
boot_system
- monitor_system normal 500
+ let START_TRIGGER=NR+500
+ monitor_system normal $START_TRIGGER
save_logs
;;
esac