From e9833fcabf264391878511da77f38cd21c940169 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Thu, 24 Oct 2019 11:26:31 +0200 Subject: [PATCH] > linux53 --- 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 43ed15e..7a6dce3 100644 --- a/data/manjaro-tools.conf +++ b/data/manjaro-tools.conf @@ -60,7 +60,7 @@ # iso_compression=xz # unset defaults to given value -# kernel="linux52" +# kernel="linux53" # gpg key; leave empty or commented to skip sfs signing # gpgkey="" diff --git a/lib/util.sh b/lib/util.sh index 7664471..7cac871 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="linux52" + [[ -z ${kernel} ]] && kernel="linux53" load_run_dir "${profile_repo}"