Update
This commit is contained in:
parent
86a3c0e5ff
commit
0e90712d1f
|
@ -31,7 +31,7 @@ loaderEntries:
|
|||
- "console-mode max"
|
||||
|
||||
# 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","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" ]
|
||||
|
||||
# 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" ]
|
||||
|
|
|
@ -44,7 +44,7 @@ keep_distributor: false
|
|||
# `["quiet"]`. To avoid the default, explicitly set this key
|
||||
# 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","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" ]
|
||||
|
||||
# Default entries to write to /etc/default/grub if it does not exist yet or if
|
||||
# we are overwriting it.
|
||||
|
|
|
@ -543,9 +543,7 @@
|
|||
packages:
|
||||
- klassy
|
||||
- klassy-qt5
|
||||
- lightly-qt6
|
||||
- lightlyshaders
|
||||
- roundedsbe
|
||||
|
||||
- name: "Base desktop theme (base_system) (base_and_developer_edition) (full netinstall)"
|
||||
selected: true
|
||||
|
@ -780,7 +778,7 @@
|
|||
- pamac
|
||||
- paru
|
||||
- pkgfile
|
||||
- rate-mirrors
|
||||
- rate-mirrors-bin
|
||||
- rebuild-detector
|
||||
- reflector
|
||||
- snapd
|
||||
|
|
Loading…
Reference in New Issue