> linux53

This commit is contained in:
Bernhard Landauer 2019-10-24 11:26:31 +02:00
parent 3748533c10
commit e9833fcabf
2 changed files with 2 additions and 2 deletions

View file

@ -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=""

View file

@ -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}"