summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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