index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-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 |