summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/g-i-installation.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 748f8dff..ed221180 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1156,7 +1156,12 @@ case $NAME in
sleep 15
boot_system
let START_TRIGGER=NR+200
- monitor_system post_install $START_TRIGGER
+ case $NAME in
+ debian-edu_*server) monitor_system post_install $START_TRIGGER 900
+ ;;
+ *) monitor_system post_install $START_TRIGGER
+ ;;
+ esac
;;
esac
cleanup_all