diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-10 19:08:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-10 19:08:37 +0200 |
commit | 286fe7d83b1488e4d082a7cad1948a9855673cce (patch) | |
tree | d31a33993270787106c243d9f2b3a91c1ecb67da /bin/g-i-installation.sh | |
parent | 9a79243e8a332ed1244f3bfe1acbc0ea0b86cc27 (diff) | |
download | jenkins.debian.net-286fe7d83b1488e4d082a7cad1948a9855673cce.tar.xz |
g-i edu: try to shutdown workstations with ctrl-alt-del
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index d83ec79e..ef3129a6 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -946,6 +946,9 @@ post_install_boot() { # debian-edu installations report error found during installation, go forward 0100) ! $EDUTESTMODE || do_and_report move 760 560 click 1 ;; + # try shutdown + 0200) do_and_report key ctrl-alt-del + ;; # disabled, workstation needs main-server for login… #0150) do_and_report type jenkins # ;; |