Set linux414 as default kernel

Since 17.1.0 is out we can set as default
This commit is contained in:
Stefano Capitani 2018-01-01 16:30:48 +01:00 committed by GitHub
parent 251f56befd
commit 43f49cd5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,7 @@ init_buildiso(){
[[ -z ${initsys} ]] && initsys="systemd" [[ -z ${initsys} ]] && initsys="systemd"
[[ -z ${kernel} ]] && kernel="linux49" [[ -z ${kernel} ]] && kernel="linux414"
[[ -z ${gpgkey} ]] && gpgkey='' [[ -z ${gpgkey} ]] && gpgkey=''