fixed disk formating
parent
31c53c5a8f
commit
d53639b544
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue