summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-02-05 15:24:27 +0100
committerHolger Levsen <holger@layer-acht.org>2013-02-05 15:24:27 +0100
commit81f0fc8f8f43be6f4057441a3e1ae60caf59613d (patch)
tree315576b6dc0f5b2523231a4d0fc4a9429da85439
parent9608eb0afcc455a91cd10878063ba3d0e8858a61 (diff)
downloadjenkins.debian.net-81f0fc8f8f43be6f4057441a3e1ae60caf59613d.tar.xz
extra tab press for minimal installations in text 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