mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-02 19:51:30 +00:00
26 lines
650 B
JSON
26 lines
650 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"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|