From 14add14aa5904ddec837f763312bd3dd7112a07b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Oct 2014 17:38:12 +0200 Subject: g-i: give d-e servers more time for login --- bin/g-i-installation.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin/g-i-installation.sh') 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 -- cgit v1.2.3-54-g00ecf