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:
parent
0a3a57a88b
commit
8fb5246de6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user