diff --git a/calamares/modules/bootloader-systemd.conf b/calamares/modules/bootloader-systemd.conf index b6fb863..40ca16f 100644 --- a/calamares/modules/bootloader-systemd.conf +++ b/calamares/modules/bootloader-systemd.conf @@ -30,12 +30,10 @@ loaderEntries: - "console-mode keep" # systemd-boot and refind support custom kernel params -kernelParams: [ "quiet" ] - -bootloaderEntryName: "SnigdhaOS" +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","linux-hardened" ] # GRUB 2 binary names and boot directory # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.