diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-29 10:29:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-29 10:29:15 +0200 |
commit | 661b1ef020a182cb137e49088ea081de79f26c60 (patch) | |
tree | 01fcfb58318e7242052ae74795bf2aced3c98fb4 /bin | |
parent | 79bb3d3e934645bfd4ebcd0c96f1d40303e28353 (diff) | |
download | jenkins.debian.net-661b1ef020a182cb137e49088ea081de79f26c60.tar.xz |
g-i edu: tab tab tab to acknowledge the errors we know...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 10 |
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 |