diff options
author | Philip Hands <phil@hands.com> | 2014-11-25 23:41:55 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-26 13:55:59 +0100 |
commit | 94c77244b8064d6f29146f7f9e36389b5216076f (patch) | |
tree | 9d861c4746a9d3161d0d43bb067924cdde783caa /bin | |
parent | e663bde3a437a1059b33461fda0392634bbf5b61 (diff) | |
download | jenkins.debian.net-94c77244b8064d6f29146f7f9e36389b5216076f.tar.xz |
g-i: presentation -- let's see where 6 enters get us
Diffstat (limited to 'bin')
-rw-r--r-- | bin/g-i-installation.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 64377935..375a4bf0 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -457,11 +457,7 @@ presentation_boot() { let MY_NR=NR-TRIGGER_NR TOKEN=$(printf "%04d" $MY_NR) case $TOKEN in - 0100) do_and_report key enter - ;; - 0300) do_and_report key enter - ;; - 0400) do_and_report key enter + 0[123456]00) do_and_report key enter ;; *) ;; esac |