summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/g-i-installation.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 8c36bebc..6e5ab4f2 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -489,9 +489,15 @@ normal_action() {
*) ;;
esac
;;
+ debian-edu*minimal) case $TOKEN in
+ # debian-edu*minimal installations result in text mode, thus needing an extra tab
+ 030) do_and_report key tab
+ ;;
+ *) ;;
+ esac
debian-edu*) case $TOKEN in
# debian-edu installations report error found during installation, go forward
- 40) do_and_report key enter
+ 040) do_and_report key enter
;;
*) ;;
esac