This commit is contained in:
Valeria Fadeeva 2026-07-09 04:14:38 +05:00
parent c54d63f586
commit fc323d6d17
7 changed files with 12 additions and 12 deletions

View File

@ -31,7 +31,7 @@ loaderEntries:
- "console-mode max" - "console-mode max"
# systemd-boot and refind support custom kernel params # systemd-boot and refind support custom kernel params
kernelParams: [ "nvme_load=YES","nowatchdog","zswap.enabled=0","page_alloc.shuffle=1","threadirqs","split_lock_detect=off","pci=pcie_bus_perf","psi=1","add_efi_memmap","quiet" ] kernelParams: [ "nvme_load=YES","nowatchdog","zswap.enabled=0","page_alloc.shuffle=1","threadirqs","split_lock_detect=off","pci=pcie_bus_perf","psi=1","add_efi_memmap","quiet","rd.plymouth=1","ip=dhcp","rd.net.timeout.dhcp=3","rd.net.timeout.carrier=2","rd.net.timeout.iflink=2" ]
# 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","linux-xanmod-anbox","linux-xanmod","linux-xanmod-lts","linux-lqx","linux-cachyos","linux-cachyos-cfs","linux-cachyos-bore","linux-cachyos-tt","linux-cachyos-bmq","linux-cachyos-pds","linux-cachyos-lts" ] refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened","linux-xanmod-anbox","linux-xanmod","linux-xanmod-lts","linux-lqx","linux-cachyos","linux-cachyos-cfs","linux-cachyos-bore","linux-cachyos-tt","linux-cachyos-bmq","linux-cachyos-pds","linux-cachyos-lts" ]

View File

@ -44,7 +44,7 @@ keep_distributor: false
# `["quiet"]`. To avoid the default, explicitly set this key # `["quiet"]`. To avoid the default, explicitly set this key
# to an empty list, `[]`. # to an empty list, `[]`.
kernel_params: [ "nvme_load=YES","nowatchdog","zswap.enabled=0","page_alloc.shuffle=1","threadirqs","split_lock_detect=off","pci=pcie_bus_perf","psi=1","add_efi_memmap","quiet" ] kernel_params: [ "nvme_load=YES","nowatchdog","zswap.enabled=0","page_alloc.shuffle=1","threadirqs","split_lock_detect=off","pci=pcie_bus_perf","psi=1","add_efi_memmap","quiet","rd.plymouth=1","ip=dhcp","rd.net.timeout.dhcp=3","rd.net.timeout.carrier=2","rd.net.timeout.iflink=2" ]
# Default entries to write to /etc/default/grub if it does not exist yet or if # Default entries to write to /etc/default/grub if it does not exist yet or if
# we are overwriting it. # we are overwriting it.

View File

@ -33,8 +33,8 @@
# size. Distro's that allow more user latitude can set the minimum lower. # size. Distro's that allow more user latitude can set the minimum lower.
efi: efi:
mountPoint: "/boot/efi" mountPoint: "/boot/efi"
recommendedSize: 4096MiB recommendedSize: 500MiB
minimumSize: 4096MiB minimumSize: 500MiB
label: "EFI" label: "EFI"
# Deprecated alias of efi.mountPoint # Deprecated alias of efi.mountPoint

View File

@ -33,8 +33,8 @@
# size. Distro's that allow more user latitude can set the minimum lower. # size. Distro's that allow more user latitude can set the minimum lower.
efi: efi:
mountPoint: "/boot/efi" mountPoint: "/boot/efi"
recommendedSize: 4096MiB recommendedSize: 500MiB
minimumSize: 4096MiB minimumSize: 500MiB
label: "EFI" label: "EFI"
# Deprecated alias of efi.mountPoint # Deprecated alias of efi.mountPoint

View File

@ -33,8 +33,8 @@
# size. Distro's that allow more user latitude can set the minimum lower. # size. Distro's that allow more user latitude can set the minimum lower.
efi: efi:
mountPoint: "/boot/efi" mountPoint: "/boot/efi"
recommendedSize: 4096MiB recommendedSize: 500MiB
minimumSize: 4096MiB minimumSize: 500MiB
label: "EFI" label: "EFI"
# Deprecated alias of efi.mountPoint # Deprecated alias of efi.mountPoint

View File

@ -143,7 +143,7 @@ units:
mandatory: false mandatory: false
- name: "reflector" - name: "reflector"
action: "enable" action: "disable"
mandatory: false mandatory: false
- name: "power-profiles-daemon" - name: "power-profiles-daemon"
@ -183,7 +183,7 @@ units:
mandatory: false mandatory: false
- name: "firewalld" - name: "firewalld"
action: "enable" action: "disable"
mandatory: false mandatory: false
- name: "ufw" - name: "ufw"
@ -211,7 +211,7 @@ units:
mandatory: false mandatory: false
- name: "ollama" - name: "ollama"
action: "enable" action: "disable"
mandatory: false mandatory: false
- name: "pacman-init" - name: "pacman-init"