distro/rhel86: update sysconfig options

Set `kernel-core` to be the defaul kernel instead of `kernel`.
This commit is contained in:
Christian Kellner 2022-03-03 17:58:04 +01:00 committed by Ondřej Budai
parent e60517f0af
commit 320dcb0f9d
3 changed files with 14 additions and 2 deletions

View file

@ -1164,7 +1164,7 @@
"options": {
"kernel": {
"update_default": true,
"default_kernel": "kernel"
"default_kernel": "kernel-core"
},
"network": {
"networking": true,

View file

@ -1168,7 +1168,7 @@
"options": {
"kernel": {
"update_default": true,
"default_kernel": "kernel"
"default_kernel": "kernel-core"
},
"network": {
"networking": true,