From ddef39d01c0b9ad48f86646d5f5b432b5a367f16 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 19:54:51 +0200 Subject: [PATCH] added second Blockdev Selector --- setup/live-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/live-install.sh b/setup/live-install.sh index c557355..a1f9354 100755 --- a/setup/live-install.sh +++ b/setup/live-install.sh @@ -116,6 +116,8 @@ echo -n "Enter blockdev to install on or m for manual partitioning: " read blockdev if [ "blockdev" == 'm' ]; then + echo -n "Enter blockdev to install on: " + read blockdev fdisk $blockdev else