added second Blockdev Selector

main
The_miro 2025-05-25 19:54:51 +02:00
parent f866c493ae
commit ddef39d01c
1 changed files with 2 additions and 0 deletions

View File

@ -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