Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
}
err_reboot() {
- echo "\nInstallation aborted - unable to continue (type exit or CTRL-D to reboot)"
+ printf "\nInstallation aborted - unable to continue (type exit or CTRL-D to reboot)\n"
debugsh || true
real_reboot
}
if [ $proxdebug -ne 0 ]; then
/sbin/agetty -o '-p -- \\u' --noclear tty9 &
- echo "Dropping in debug shell inside chroot before starting installation"
- echo "type exit or CTRL-D to start installation wizard"
+ echo "Dropping in debug shell before starting installation"
+ echo "type exit or CTRL-D to continue and start the installation wizard"
debugsh || true
fi