From ad260c7cb1bde25b68896846e1760b5d9b540c1d Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 10 May 2015 11:26:42 +0200 Subject: [PATCH] [util] update defaults --- lib/util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.sh b/lib/util.sh index 9758148..2ba49cb 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -320,7 +320,7 @@ load_profile_config(){ [[ -r ${profile_conf} ]] && source ${profile_conf} if [[ -z ${kernel} ]];then - kernel="linux319" + kernel="linux318" fi if [[ -z ${efi_boot_loader} ]];then @@ -328,7 +328,7 @@ load_profile_config(){ fi if [[ -z ${efi_part_size} ]]; then - efi_part_size="32M" + efi_part_size="42M" fi if [[ -z ${hostname} ]];then