feat(kernels): add `RT` variants from upstream
* https://archlinux.org/packages/?sort=&q=linux-rt Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
This commit is contained in:
parent
5ebdd27ceb
commit
2993e98dd6
|
|
@ -7,6 +7,7 @@ class Kernel(StrEnum):
|
|||
LINUX_LTS = 'linux-lts'
|
||||
LINUX_ZEN = 'linux-zen'
|
||||
LINUX_HARDENED = 'linux-hardened'
|
||||
|
||||
LINUX_RT = 'linux-rt'
|
||||
LINUX_RT_LTS = 'linux-rt-lts'
|
||||
|
||||
DEFAULT_KERNEL: Final = Kernel.LINUX
|
||||
|
|
|
|||
Loading…
Reference in New Issue