remove faulty options from the default kernel settings

the acpi settings cause the LCD backlight keys to stop working.
I didn't notice any downsides after removing the options though.
This commit is contained in:
Andreas Zweili 2021-11-09 21:23:47 +01:00
parent 5f6e25f0df
commit 0c3895d28b
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
dest: /etc/default/grub
backrefs: yes
regexp: "^GRUB_CMDLINE_LINUX_DEFAULT"
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=! acpi_osi=\"Windows 2015\" acpi_backlight=vendor mem_sleep_default=deep"'
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=deep"'
notify: "update grub"