From 51dc19b08e4ded13db255a8a355d9f766741692c Mon Sep 17 00:00:00 2001 From: Gabriele Giacone <1o5g4r8o@gmail.com> Date: Wed, 9 Apr 2014 11:15:37 +0200 Subject: [hurd] Workaround poweroff on diskimage as well. --- bin/g-i-installation.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index b93aa9a7..9937b507 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -429,7 +429,14 @@ post_install_boot() { ;; 0560) do_and_report key enter ;; - 0570) do_and_report type "poweroff" + 0570) case $NAME in + *_hurd*) + do_and_report type "echo 'In tight loop: hit ctl-alt-del to reboot' >/dev/com0" + ;; + *) + do_and_report type "poweroff" + ;; + esac ;; 0580) do_and_report key enter ;; -- cgit v1.2.3-70-g09d2