[util] set efi_part_size to 32M

This commit is contained in:
Philip 2016-02-06 10:43:47 +01:00
parent 508bf89d97
commit c7d682688a

View file

@ -291,7 +291,7 @@ load_profile_config(){
[[ -z ${efi_boot_loader} ]] && efi_boot_loader="grub" [[ -z ${efi_boot_loader} ]] && efi_boot_loader="grub"
[[ -z ${efi_part_size} ]] && efi_part_size="31M" [[ -z ${efi_part_size} ]] && efi_part_size="32M"
[[ -z ${hostname} ]] && hostname="manjaro" [[ -z ${hostname} ]] && hostname="manjaro"