index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2023-02-24 17:52:11 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2023-09-28 10:08:36 +0300 |
commit | 8fb5246de6e72d94008006066328d39f67649ad5 (patch) | |
tree | 4554dd86bfb44d6e355c8baf03900cd8450acfbd /configs/releng | |
parent | 0a3a57a88bd55ce2396e685ab2cf0bde8359be9c (diff) |
-rw-r--r-- | configs/releng/grub/grub.cfg | 6 |
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 |