mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
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:
parent
97006ddf9b
commit
93fa7a003c
2
etc/default/grub.d/beep.cfg
Normal file
2
etc/default/grub.d/beep.cfg
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Get a beep at grub start
|
||||||
|
GRUB_INIT_TUNE="480 440 1"
|
2
etc/default/grub.d/sedric.cfg
Normal file
2
etc/default/grub.d/sedric.cfg
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# `acpi_osi=` fixes hardware buttons on ASUS X550JX
|
||||||
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT acpi_osi="
|
Loading…
Reference in New Issue
Block a user