]> git.proxmox.com Git - pve-installer.git/commitdiff
unconfigured: adapt some log messages
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 14 Jun 2021 12:02:09 +0000 (14:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 14 Jun 2021 12:02:09 +0000 (14:02 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
unconfigured.sh

index 72c54f0d59ad206806cb5b0b26455b8505a6f2e6..b7fecd44b3c06d5222e21a4f211c16127572c9ca 100755 (executable)
@@ -44,7 +44,7 @@ real_reboot() {
 }
 
 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
 }
@@ -88,8 +88,8 @@ mount -vt devpts devpts /dev/pts -o gid=5,mode=620
 
 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