@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-11 18:41:01 +05:30
parent 89a7af8ba4
commit ae7ad9eeff

View File

@@ -20,26 +20,20 @@ efiBootLoader: "grub"
# kernelSearchPath is the path relative to the root of the install to search for kernels # 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 # A kernel is identified by finding files which match regular expression, kernelPattern
# kernelSearchPath: "/usr/lib/modules" kernelSearchPath: "/usr/lib/modules"
# kernelPattern: "^vmlinuz.*" kernelPattern: "^vmlinuz.*"
kernel: "_ALL_kver_"
img: "_default_image_"
fallback: "_fallback_image_"
timeout: "10"
# loaderEntries is an array of options to add to loader.conf for systemd-boot # loaderEntries is an array of options to add to loader.conf for systemd-boot
# please note that the "default" option is added programmatically # please note that the "default" option is added programmatically
# loaderEntries: loaderEntries:
# - "timeout 5" - "timeout 5"
# - "console-mode keep" - "console-mode keep"
bootloaderEntryName: "SnigdhaOS"
# systemd-boot and refind support custom kernel params # systemd-boot and refind support custom kernel params
# kernelParams: [ "quiet" ] kernelParams: [ "quiet","nowatchdog" ]
# A list of kernel names that refind should accept as kernels # 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 # GRUB 2 binary names and boot directory
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names. # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.