mirror of https://codeberg.org/anemofilia/zero
operating-system: buer: Fix kernel-arguments entry expr
parent
569e0142df
commit
655610ad91
|
@ -122,9 +122,9 @@
|
|||
(kernel-arguments
|
||||
(cons* "modprobe.blacklist=usbmouse,usbkbd,pcspkr"
|
||||
"thinkpad_acpi.fan_control=1"
|
||||
(filter ((on (negate disjoin)
|
||||
(filter (negate ((on disjoin
|
||||
(partial partial string-prefix?))
|
||||
(list "debugfs" "l1tf" "mds" "mitigations" "nosmt"))
|
||||
"debugfs" "l1tf" "mds" "mitigations" "nosmt"))
|
||||
%kicksecure-kernel-arguments)))
|
||||
|
||||
(file-systems
|
||||
|
|
Loading…
Reference in New Issue