mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-04 12:41:46 +00:00
This is code is still alpha. The Text-based User Interface is undergoing a resign of the layout before beta. Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"kernels": [
|
|
{
|
|
"bundle": "kernel-native",
|
|
"name": "Native",
|
|
"desc": "Bleeding edge bare metal tailored Linux kernel"
|
|
},
|
|
{
|
|
"bundle": "kernel-lts",
|
|
"name": "LTS",
|
|
"desc": "The Long Term Support (LTS) Linux Kernel"
|
|
}
|
|
]
|
|
}
|