diff options
-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 |