From ad6695e9915c1a2da808ea9cdccc736160453eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 9 Dec 2020 19:42:23 +0100 Subject: [PATCH] Reboot after prompt instead of direct poweroff --- install_scripts/ares-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_scripts/ares-bootstrap.sh b/install_scripts/ares-bootstrap.sh index 5b24cad..dd36daf 100755 --- a/install_scripts/ares-bootstrap.sh +++ b/install_scripts/ares-bootstrap.sh @@ -18,4 +18,5 @@ rm /root/.bashrc reboot EOF -poweroff +read -p "> Remove installation medium and press enter " +reboot