added second Blockdev Selector
parent
f866c493ae
commit
ddef39d01c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue