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