diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-03-02 11:49:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-03-02 11:49:05 +0100 |
commit | 486de8f8d9ae1b1d3bcb47b0f557180532d35fcf (patch) | |
tree | 0ddce159bc03ea6d415a3d6ae8ecfde8a185c782 /bin | |
parent | f2711564fda4b8f6acb8bfb68b7826deee618160 (diff) | |
download | jenkins.debian.net-486de8f8d9ae1b1d3bcb47b0f557180532d35fcf.tar.xz |
g-i: progress for edu standalone+workstation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 47867b72..f77fdd59 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -635,14 +635,14 @@ normal_action() { ;; debian-edu*workstation) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0400) do_and_report key enter + 0400) do_and_report key tab ;; *) ;; esac ;; debian-edu*standalone) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0400) do_and_report key enter + 0400) do_and_report key tab ;; *) ;; esac |