Fix up a few dialog issues

This commit is contained in:
natemaia 2020-06-13 19:51:31 -07:00
parent 909043f751
commit 5686dd7f62

View File

@ -1472,10 +1472,7 @@ select_boot()
yesno "Format Boot Partition" "\nIMPORTANT: $BOOT $_format" "Format" "Do Not Format" 1 || return 0 yesno "Format Boot Partition" "\nIMPORTANT: $BOOT $_format" "Format" "Do Not Format" 1 || return 0
fi fi
case "$SYS" in part_format "$BOOT" "$BOOTFS" 2 || return 1
UEFI) part_format "$BOOT" "vfat" 2 || return 1 ;;
BIOS) part_format "$BOOT" "ext4" 2 || return 1 ;;
esac
return 0 return 0
} }