From 5205943888be25c214ae85854fa6f5dee3c51b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 9 Dec 2020 20:08:00 +0100 Subject: [PATCH] Change reboot logic during install --- install_scripts/ares-bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install_scripts/ares-bootstrap.sh b/install_scripts/ares-bootstrap.sh index afa08a2..83a5944 100755 --- a/install_scripts/ares-bootstrap.sh +++ b/install_scripts/ares-bootstrap.sh @@ -18,6 +18,7 @@ rm /root/.bashrc reboot EOF -read -p "> Remove installation medium and press enter " umount -R /mnt -reboot + +read -p "> Ready for reboot. Press enter for shutdown, then remove the installation media and boot again " +poweroff