perf(rmv): remove linux-hardened kernel.

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-04 14:50:36 +05:30
parent 4a3fe7219a
commit 9de1b6fc1f

View File

@@ -33,7 +33,7 @@ loaderEntries:
kernelParams: [ "quiet","nowatchdog" ]
# A list of kernel names that refind should accept as kernels
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
refindKernelList: [ "linux","linux-lts","linux-zen" ]
# GRUB 2 binary names and boot directory
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.