From fbefa1e97f5bac0135ac90d7bb79db80fd735da3 Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 29 Dec 2014 18:25:23 +0100 Subject: [PATCH 1/2] bump default kernel version to 317 --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 4b49775..a1d5334 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -258,7 +258,7 @@ load_config(){ if [[ -n ${manjaro_kernel} ]];then manjaro_kernel=${manjaro_kernel} else - manjaro_kernel="linux316" + manjaro_kernel="linux317" fi manjaro_kernel_ver=${manjaro_kernel#*linux} From cc234de31060d5d8ab3ec59ea604aa1cdec82baa Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 29 Dec 2014 18:26:37 +0100 Subject: [PATCH 2/2] bump kern ver 317 --- conf/manjaro-tools.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/manjaro-tools.conf b/conf/manjaro-tools.conf index e821ddf..92d4462 100644 --- a/conf/manjaro-tools.conf +++ b/conf/manjaro-tools.conf @@ -64,7 +64,7 @@ # iso_version=0.8.11 # unset defaults to given value -# manjaro_kernel="linux316" +# manjaro_kernel="linux317" # unset defaults to given value, specify a date here of have it automatically set # manjaro_version="$(date +%Y.%m)"