Files
Mark D Horn 294c518911 kernel: Drop extra LTS kernels
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>
2020-03-27 15:10:11 -07:00

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"
}
]
}