From 8acfe02f81817147dcd64eb251afe1de5e9ee2c3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 1 Mar 2013 18:17:04 +0100 Subject: g-i: fix other edu types --- bin/g-i-installation.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 4114e291..bf0b41a1 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -633,9 +633,16 @@ normal_action() { *) ;; esac ;; - debian-edu*) case $TOKEN in + debian-edu*workstation) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0040) do_and_report key enter + 0400) do_and_report key enter + ;; + *) ;; + esac + ;; + debian-edu*standalone) case $TOKEN in + # debian-edu installations report error found during installation, go forward + 0400) do_and_report key enter ;; *) ;; esac -- cgit v1.2.3-70-g09d2