]> git.proxmox.com Git - pve-installer.git/commitdiff
unconfigured: call setupcon
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2023 06:40:23 +0000 (08:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2023 07:36:58 +0000 (09:36 +0200)
to ensure any changes made by the installer/iso environment get
applied

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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