chore: add blacklist to pcspkr kernel module in system declaration

pull/1/head
anemofilia 2023-08-22 10:36:21 -03:00
parent 2846a62bb3
commit deb82a8d8b
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
(gfxmode '("1280x720x32")))))) (gfxmode '("1280x720x32"))))))
(kernel-arguments (kernel-arguments
(list "modprobe.blacklist=usbmouse,usbkbd" (list "modprobe.blacklist=usbmouse,usbkbd,pcspkr"
"thinkpad_acpi.fan_control=1" "thinkpad_acpi.fan_control=1"
"loglevel=5" "loglevel=5"
"quiet")) "quiet"))