From 286fe7d83b1488e4d082a7cad1948a9855673cce Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 10 Oct 2016 19:08:37 +0200 Subject: g-i edu: try to shutdown workstations with ctrl-alt-del --- bin/g-i-installation.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/g-i-installation.sh') 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 # ;; -- cgit v1.2.3-54-g00ecf