mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-02 03:31:38 +00:00
The kernel-lts latest will remain as a meta bundle which will be the latest LTS support kernel; VirtualBox uses this. Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
26 lines
647 B
JSON
26 lines
647 B
JSON
{
|
|
"kernels": [
|
|
{
|
|
"bundle": "kernel-native",
|
|
"name": "Native",
|
|
"desc": "Bleeding edge bare metal tailored Linux kernel"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"bundle": "kernel-lts2018",
|
|
"name": "LTS 4.19",
|
|
"desc": "Run the Long Term Support (LTS) 2018 Linux Kernel 4.19"
|
|
},
|
|
{
|
|
"bundle": "kernel-lts2017",
|
|
"name": "LTS 4.14",
|
|
"desc": "Run the Long Term Support (LTS) 2017 Linux Kernel 4.14"
|
|
}
|
|
]
|
|
}
|