From 8fb5246de6e72d94008006066328d39f67649ad5 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 24 Feb 2023 17:52:11 +0200 Subject: configs/releng/grub/grub.cfg: play init tune at the end Move the `play` command to the end of the file so it plays after the menu entries are shown and ready. --- configs/releng/grub/grub.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg index fa6a774..a7ef124 100644 --- a/configs/releng/grub/grub.cfg +++ b/configs/releng/grub/grub.cfg @@ -41,8 +41,6 @@ default=archlinux timeout=15 timeout_style=menu -# GRUB init tune for accessibility -play 600 988 1 1319 4 # Menu entries @@ -87,3 +85,7 @@ menuentry "System restart" --class reboot --class restart { echo "System rebooting..." reboot } + + +# GRUB init tune for accessibility +play 600 988 1 1319 4 -- cgit v1.2.3-70-g09d2