[conf] default to linux319

This commit is contained in:
Philip 2015-02-13 22:41:22 +01:00
parent 4615d4efe3
commit 3ff19164aa
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@
# Settings will be installed
# unset defaults to given value
# manjaro_kernel="linux317"
# manjaro_kernel="linux319"
# unset defaults to given value
# plymouth_theme=manjaro-elegant

View file

@ -272,7 +272,7 @@ load_config(){
fi
if [[ -z ${manjaro_kernel} ]];then
manjaro_kernel="linux318"
manjaro_kernel="linux319"
fi
manjaro_kernel_ver=${manjaro_kernel#*linux}