diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-27 12:10:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-27 12:10:51 +0100 |
commit | ae0d68031343ea6d087e7fcdae88b3d730d9b635 (patch) | |
tree | 231bab93bacfaa88ee1328d92abea61f02d7cef8 /bin | |
parent | c96be9dd9f3b9812ee054753d53170fa65eaa5c3 (diff) | |
download | jenkins.debian.net-ae0d68031343ea6d087e7fcdae88b3d730d9b635.tar.xz |
g-i-i: edu standalone: log in faster to avoid running into timeout
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x] | bin/g-i-installation.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 907b51f5..e7b8ee9c 100755..100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -823,15 +823,15 @@ post_install_boot() { ;; 0060) do_and_report key enter ;; - 0130) do_and_report type insecure + 0070) do_and_report type insecure ;; - 0140) do_and_report key enter + 0080) do_and_report key enter ;; - 0300) do_and_report key tab + 0150) do_and_report key tab ;; - 0310) do_and_report key enter + 0250) do_and_report key enter ;; - 0400) do_and_report key alt-f2 + 0350) do_and_report key alt-f2 ;; 0410) do_and_report type "iceweasel" ;; |