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
1 changed files with 1 additions and 1 deletions

View File

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