summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-29 10:29:15 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-29 10:29:15 +0200
commit661b1ef020a182cb137e49088ea081de79f26c60 (patch)
tree01fcfb58318e7242052ae74795bf2aced3c98fb4 /bin
parent79bb3d3e934645bfd4ebcd0c96f1d40303e28353 (diff)
downloadjenkins.debian.net-661b1ef020a182cb137e49088ea081de79f26c60.tar.xz
g-i edu: tab tab tab to acknowledge the errors we know...
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index cd887ec8..b1fbbbda 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -585,13 +585,13 @@ post_install_boot() {
;;
debian-edu*-server) case $TOKEN in
# debian-edu*minimal installations result in text mode, thus needing an extra tab
- 0500) $EDUTESTMODE && do_and_report key enter # dummy keypress
+ 0500) $EDUTESTMODE && do_and_report key tab # dummy keypress
;;
0900) $EDUTESTMODE && do_and_report key enter # dummy keypress
;;
- 1100) do_and_report key tab
+ 1100) $EDUTESTMODE && do_and_report key tab
;;
- 1150) do_and_report key enter
+ 1150) $EDUTESTMODE && do_and_report key enter
;;
1170) do_and_report type root
;;
@@ -684,6 +684,8 @@ post_install_boot() {
;;
debian-edu*workstation) case $TOKEN in
# debian-edu installations report error found during installation, go forward
+ 0090) $EDUTESTMODE && do_and_report key tab
+ ;;
0100) $EDUTESTMODE && do_and_report key enter
;;
0110) do_and_report type jenkins
@@ -699,6 +701,8 @@ post_install_boot() {
;;
debian-edu*standalone*) case $TOKEN in
# debian-edu installations report error found during installation, go forward
+ 0090) $EDUTESTMODE && do_and_report key tab
+ ;;
0100) $EDUTESTMODE && do_and_report key enter
;;
0110) do_and_report type jenkins