summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-03-02 11:49:05 +0100
committerHolger Levsen <holger@layer-acht.org>2013-03-02 11:49:05 +0100
commit486de8f8d9ae1b1d3bcb47b0f557180532d35fcf (patch)
tree0ddce159bc03ea6d415a3d6ae8ecfde8a185c782 /bin
parentf2711564fda4b8f6acb8bfb68b7826deee618160 (diff)
downloadjenkins.debian.net-486de8f8d9ae1b1d3bcb47b0f557180532d35fcf.tar.xz
g-i: progress for edu standalone+workstation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh4
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