]> git.proxmox.com Git - pve-installer.git/blobdiff - unconfigured.sh
unconfigured: call setupcon
[pve-installer.git] / unconfigured.sh
index 5123c96d20a99c56a5b88e062d6619fcf32af9eb..ce72da99298c9911250ab26d3104e768e6431410 100755 (executable)
@@ -183,10 +183,12 @@ fi
 # we use a trimmed down debootstrap so make busybox tools available to compensate that
 busybox --install -s || true
 
+setupcon || echo "setupcon failed, TUI rendering might be garbled - $?"
+
 if [ $proxdebug -ne 0 ]; then
     /sbin/agetty -o '-p -- \\u' --noclear tty9 &
     printf "\nDropping in debug shell before starting installation\n"
-    echo "type exit or CTRL-D to continue and start the installation wizard"
+    echo "type 'exit' or press CTRL + D to continue and start the installation wizard"
     debugsh || true
 fi