From 4ac9dc3192ba00e3df0c8c819c1fb29da83553fe Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 10 Dec 2019 11:29:59 +0100 Subject: [PATCH] > LTS linux54 --- data/manjaro-tools.conf | 2 +- lib/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/manjaro-tools.conf b/data/manjaro-tools.conf index 1dab98d..cbf0858 100644 --- a/data/manjaro-tools.conf +++ b/data/manjaro-tools.conf @@ -59,7 +59,7 @@ # iso_compression=zstd # unset defaults to given value -# kernel="linux53" +# kernel="linux54" # gpg key; leave empty or commented to skip sfs signing # gpgkey="" diff --git a/lib/util.sh b/lib/util.sh index 229f35c..e8853df 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -315,7 +315,7 @@ init_buildiso(){ iso_label=$(get_iso_label "${dist_branding}${dist_release//.}") - [[ -z ${kernel} ]] && kernel="linux53" + [[ -z ${kernel} ]] && kernel="linux54" load_run_dir "${profile_repo}"