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.
This commit is contained in:
nl6720 2023-02-24 17:52:11 +02:00
parent 3096c0749c
commit 83a7c4fabf
1 changed files with 4 additions and 2 deletions

View File

@ -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