Merge pull request #327 from WolfangAukang/t430

lenovo.thinkpad.t430: fix boot.kernelParams
This commit is contained in:
Jörg Thalheim 2021-10-27 09:18:44 +02:00 committed by GitHub
commit 0bb7b0906c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"''
];
};
}