Change reboot logic during install

This commit is contained in:
2020-12-09 20:08:00 +01:00
parent 0560bf20de
commit 5205943888

View File

@@ -18,6 +18,7 @@ rm /root/.bashrc
reboot reboot
EOF EOF
read -p "> Remove installation medium and press enter "
umount -R /mnt umount -R /mnt
reboot
read -p "> Ready for reboot. Press enter for shutdown, then remove the installation media and boot again "
poweroff