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
|
read blockdev
|
||||||
if [ "blockdev" == 'm' ]; then
|
if [ "blockdev" == 'm' ]; then
|
||||||
|
|
||||||
|
echo -n "Enter blockdev to install on: "
|
||||||
|
read blockdev
|
||||||
fdisk $blockdev
|
fdisk $blockdev
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue