Update
This commit is contained in:
parent
c54d63f586
commit
fc323d6d17
|
|
@ -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","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
|
||||
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" ]
|
||||
|
|
|
|||
|
|
@ -75,6 +75,6 @@ greetd:
|
|||
greeter_group: "wheel"
|
||||
greeter_css_location: "/etc/greetd/style.css"
|
||||
lightdm:
|
||||
preferred_greeters: ["lightdm-greeter.desktop", "slick-greeter.desktop"]
|
||||
preferred_greeters: [ "lightdm-greeter.desktop", "slick-greeter.desktop" ]
|
||||
sddm:
|
||||
configuration_file: "/etc/sddm.conf.d/autologin.conf"
|
||||
|
|
|
|||
|
|
@ -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","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
|
||||
# we are overwriting it.
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
# size. Distro's that allow more user latitude can set the minimum lower.
|
||||
efi:
|
||||
mountPoint: "/boot/efi"
|
||||
recommendedSize: 4096MiB
|
||||
minimumSize: 4096MiB
|
||||
recommendedSize: 500MiB
|
||||
minimumSize: 500MiB
|
||||
label: "EFI"
|
||||
|
||||
# Deprecated alias of efi.mountPoint
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
# size. Distro's that allow more user latitude can set the minimum lower.
|
||||
efi:
|
||||
mountPoint: "/boot/efi"
|
||||
recommendedSize: 4096MiB
|
||||
minimumSize: 4096MiB
|
||||
recommendedSize: 500MiB
|
||||
minimumSize: 500MiB
|
||||
label: "EFI"
|
||||
|
||||
# Deprecated alias of efi.mountPoint
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
# size. Distro's that allow more user latitude can set the minimum lower.
|
||||
efi:
|
||||
mountPoint: "/boot/efi"
|
||||
recommendedSize: 4096MiB
|
||||
minimumSize: 4096MiB
|
||||
recommendedSize: 500MiB
|
||||
minimumSize: 500MiB
|
||||
label: "EFI"
|
||||
|
||||
# Deprecated alias of efi.mountPoint
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ units:
|
|||
mandatory: false
|
||||
|
||||
- name: "reflector"
|
||||
action: "enable"
|
||||
action: "disable"
|
||||
mandatory: false
|
||||
|
||||
- name: "power-profiles-daemon"
|
||||
|
|
@ -183,7 +183,7 @@ units:
|
|||
mandatory: false
|
||||
|
||||
- name: "firewalld"
|
||||
action: "enable"
|
||||
action: "disable"
|
||||
mandatory: false
|
||||
|
||||
- name: "ufw"
|
||||
|
|
@ -211,7 +211,7 @@ units:
|
|||
mandatory: false
|
||||
|
||||
- name: "ollama"
|
||||
action: "enable"
|
||||
action: "disable"
|
||||
mandatory: false
|
||||
|
||||
- name: "pacman-init"
|
||||
|
|
|
|||
Loading…
Reference in New Issue