diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-26 00:13:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-26 00:13:08 +0100 |
commit | e663bde3a437a1059b33461fda0392634bbf5b61 (patch) | |
tree | 18ca81c9c2175b6eddb12737390de343de0f3c8b /bin | |
parent | 5dd22aebc46771359cd1ec0bf5bd33bd447abe61 (diff) | |
download | jenkins.debian.net-e663bde3a437a1059b33461fda0392634bbf5b61.tar.xz |
g-i: force trigger mode for presentations
Diffstat (limited to 'bin')
-rw-r--r-- | 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 294c9ba1..64377935 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -457,7 +457,7 @@ presentation_boot() { let MY_NR=NR-TRIGGER_NR TOKEN=$(printf "%04d" $MY_NR) case $TOKEN in - 0020) do_and_report key enter + 0100) do_and_report key enter ;; 0300) do_and_report key enter ;; @@ -1302,7 +1302,7 @@ set +x case $NAME in *_rescue*) monitor_system rescue ;; - *_presentation) monitor_system presentation + *_presentation) monitor_system presentation 10 ;; debian-edu_*combi-server) monitor_system install wait4match 3000 ;; |