lenovo.thinkpad.t430: fix boot.kernelParams

This commit is contained in:
P. R. d. O 2021-10-26 19:50:38 -06:00
parent 3aabf78bfc
commit fdf8fa5d20
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7

View file

@ -10,7 +10,7 @@
boot = { boot = {
kernelParams = [ kernelParams = [
# fixes brightness keys, see https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T430s # fixes brightness keys, see https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T430s
"acpi_osi\='!Windows 2012'" ''acpi_osi="!Windows 2012"''
]; ];
}; };
} }