From e8a68575f37aa2e6beb37002e6b3894f5bab6cdb Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 11 Apr 2024 18:39:30 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calamares/modules/bootloader-grub.conf | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/calamares/modules/bootloader-grub.conf b/calamares/modules/bootloader-grub.conf index 5bfa5f0..3b1ee43 100644 --- a/calamares/modules/bootloader-grub.conf +++ b/calamares/modules/bootloader-grub.conf @@ -20,27 +20,20 @@ efiBootLoader: "grub" # kernelSearchPath is the path relative to the root of the install to search for kernels # A kernel is identified by finding files which match regular expression, kernelPattern -# kernelSearchPath: "/usr/lib/modules" -# kernelPattern: "^vmlinuz.*" - -kernel: "_ALL_kver_" -img: "_default_image_" -fallback: "_fallback_image_" -timeout: "10" +kernelSearchPath: "/usr/lib/modules" +kernelPattern: "^vmlinuz.*" # loaderEntries is an array of options to add to loader.conf for systemd-boot # please note that the "default" option is added programmatically -# loaderEntries: -# - "timeout 5" -# - "console-mode keep" - -bootloaderEntryName: "SnigdhaOS" +loaderEntries: + - "timeout 5" + - "console-mode keep" # systemd-boot and refind support custom kernel params -# kernelParams: [ "quiet" ] +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.