From 3ff19164aad71510e4e75b14b84638e5f4585040 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 13 Feb 2015 22:41:22 +0100 Subject: [PATCH] [conf] default to linux319 --- conf/manjaro-tools.conf | 2 +- lib/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/manjaro-tools.conf b/conf/manjaro-tools.conf index fbc8bae..2368f18 100644 --- a/conf/manjaro-tools.conf +++ b/conf/manjaro-tools.conf @@ -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 diff --git a/lib/util.sh b/lib/util.sh index e6e6ba3..ec42a8f 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -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}