From 9de1b6fc1fc5dc7054eebce9ff836d7cda1de430 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sat, 4 May 2024 14:50:36 +0530 Subject: [PATCH] perf(rmv): remove linux-hardened kernel. --- calamares/modules/bootloader-systemd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calamares/modules/bootloader-systemd.conf b/calamares/modules/bootloader-systemd.conf index 40ca16f..dc1ac96 100644 --- a/calamares/modules/bootloader-systemd.conf +++ b/calamares/modules/bootloader-systemd.conf @@ -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.