From 11a421560e487c70466d86c6728c407db0b957a5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 09:27:52 +0200 Subject: [PATCH] drop also into debug shell before even starting to install Signed-off-by: Thomas Lamprecht --- unconfigured.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unconfigured.sh b/unconfigured.sh index 7d29a2e..fbf9d45 100755 --- a/unconfigured.sh +++ b/unconfigured.sh @@ -81,6 +81,12 @@ export PREVLEVEL=N mkdir -p /dev/shm mount -t tmpfs tmpfs /dev/shm +if [ $proxdebug -ne 0 ]; then + echo "Dropping in debug shell inside chroot before starting installation" + echo "type exit or CTRL-D to start installation wizard" + debugsh +fi + # set the hostname hostname proxmox -- 2.39.2