mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-01 19:21:31 +00:00
We only want to offer the latest LTS kernel which is a meta bundle around the official latest kernel. User can manually switch to any available kernel after install. Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"kernels": [
|
|
{
|
|
"bundle": "kernel-native",
|
|
"name": "Native",
|
|
"desc": "Cutting-edge Linux kernel tailored for bare metal"
|
|
},
|
|
{
|
|
"bundle": "kernel-lts",
|
|
"name": "LTS Latest",
|
|
"desc": "Run the latest Long Term Support (LTS) Linux Kernel",
|
|
"note": "THIS BUNDLE is auto-selected for VirtualBox in model.go"
|
|
}
|
|
]
|
|
}
|