Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-02-24 17:52:11 +0200
committernl6720 <nl6720@gmail.com>2023-09-28 10:08:36 +0300
commit8fb5246de6e72d94008006066328d39f67649ad5 (patch)
tree4554dd86bfb44d6e355c8baf03900cd8450acfbd
parent0a3a57a88bd55ce2396e685ab2cf0bde8359be9c (diff)
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.
-rw-r--r--configs/releng/grub/grub.cfg6
1 files 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