From 2087e19702c5fe2d5fbc080a0170747ce54d6b72 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 24 Dec 2012 13:28:32 +0100 Subject: define starttrigger as nr+500 --- bin/g-i-installation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf