summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-03-01 18:17:04 +0100
committerHolger Levsen <holger@layer-acht.org>2013-03-01 18:17:04 +0100
commit8acfe02f81817147dcd64eb251afe1de5e9ee2c3 (patch)
tree8889bc8ea580e32fb2855c496227aa0e4b7e935b /bin
parent204fd91c5d87dcc62ebee4451b29c6c13ae5425e (diff)
downloadjenkins.debian.net-8acfe02f81817147dcd64eb251afe1de5e9ee2c3.tar.xz
g-i: fix other edu types
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh11
1 files 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