diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-24 13:28:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-24 13:28:32 +0100 |
commit | 2087e19702c5fe2d5fbc080a0170747ce54d6b72 (patch) | |
tree | a3f50c797acdac0ecfde14cc9e19f592b8072c1c | |
parent | 285682ca5550526c7d36feed73f52be241d7f9a7 (diff) | |
download | jenkins.debian.net-2087e19702c5fe2d5fbc080a0170747ce54d6b72.tar.xz |
define starttrigger as nr+500
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
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 |