diff --git a/setup/live-install.sh b/setup/live-install.sh index abc6827..1bb2120 100755 --- a/setup/live-install.sh +++ b/setup/live-install.sh @@ -114,7 +114,7 @@ echo "running lsblk..." lsblk echo -n "Enter blockdev to install on or m for manual partitioning: " read blockdev -if [ "$statecon" != '' ]; then +if [ "blockdev" == 'm' ]; then fdisk $blockdev