From 3ca0eadf4125ae9e2df373295a1552e0fc71ed9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Sun, 28 Jul 2019 19:39:07 +0200 Subject: [PATCH] [util.sh] use linux52 by default --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 75ea8e6..65240a5 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="linux51" + [[ -z ${kernel} ]] && kernel="linux52" load_run_dir "${profile_repo}"