etc/default/grub.d: add beep.cfg & sedric.cfg

beep.cfg is the default example on getting a beep on grub startup,
sedric.cfg just contains `acpi_osi=` which fixes the hardware keys for
some reason.
This commit is contained in:
Aminda Suomalainen 2019-07-22 18:56:38 +03:00
parent 97006ddf9b
commit 93fa7a003c
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Get a beep at grub start
GRUB_INIT_TUNE="480 440 1"

View File

@ -0,0 +1,2 @@
# `acpi_osi=` fixes hardware buttons on ASUS X550JX
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT acpi_osi="