From 81f0fc8f8f43be6f4057441a3e1ae60caf59613d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 5 Feb 2013 15:24:27 +0100 Subject: extra tab press for minimal installations in text mode --- bin/g-i-installation.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/g-i-installation.sh') 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 -- cgit v1.2.3-54-g00ecf