diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 9 |
1 files changed, 8 insertions, 1 deletions
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 ;; |