This commit is contained in:
Santiago Lo Coco 2022-01-03 14:53:36 -03:00
parent ccd7c23b30
commit 66cd1b9226
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ formatPart() {
mountPart() {
mount "$rootPart" /mnt 2>&1 | debug
if [ $autoSelection = true ]; then
if [ $autoSelection = false ]; then
result=$(whiptail --title "Select where to mount boot partition." 0 0 0 "/boot/efi" "" "/boot" "" "OTHER" "")
exitIfCancel "You must select a path." "partDisks"
if [ "$result" = "OTHER" ]; then