fixed disk formating

main
The_miro 2025-05-25 19:40:11 +02:00
parent 31c53c5a8f
commit d53639b544
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ echo "running lsblk..."
lsblk lsblk
echo -n "Enter blockdev to install on or m for manual partitioning: " echo -n "Enter blockdev to install on or m for manual partitioning: "
read blockdev read blockdev
if [ "$statecon" != '' ]; then if [ "blockdev" == 'm' ]; then
fdisk $blockdev fdisk $blockdev