index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2022-06-23 08:22:16 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2022-06-23 08:22:16 +0300 |
commit | 9a98ae604085e7e94b7080f844fa4f8f6964b49b (patch) | |
tree | e891a0f3c80b3c7fb4249c9794edb797451a8287 /configs/releng/grub | |
parent | 53a3ad25af78d6399d9b605a037878ccd3179320 (diff) | |
parent | eaa2f8ae7846061a08abf0ee52c809853d1db0b5 (diff) |
-rw-r--r-- | configs/releng/grub/grub.cfg | 11 |
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg index a85090d..06a67a8 100644 --- a/configs/releng/grub/grub.cfg +++ b/configs/releng/grub/grub.cfg @@ -16,14 +16,7 @@ fi # GRUB init tune for accessibility # -# Morse translation table: -# "." is "500 1 300 1" -# "-" is "600 3 300 1" -# " " is "100 2" -# "/" is "100 5" -# -# Message: "s for blind" -play 500 500 1 300 1 500 1 300 1 500 1 300 1 100 5 500 1 300 1 500 1 300 1 100 2 500 1 300 1 500 1 300 1 600 3 300 1 500 1 300 1 100 5 600 3 300 1 500 1 300 1 500 1 300 1 500 1 300 1 100 2 500 1 300 1 600 3 300 1 500 1 300 1 500 1 300 1 100 2 500 1 300 1 500 1 300 1 100 2 500 1 300 1 500 1 300 1 100 2 600 3 300 1 500 1 300 1 100 2 600 3 300 1 500 1 300 1 500 1 300 1 +play 600 988 1 1319 4 menuentry "Arch Linux install medium (x86_64, UEFI)" { set gfxpayload=keep @@ -67,4 +60,4 @@ menuentry "System shutdown" { menuentry "System restart" { echo "System rebooting..." reboot -}
\ No newline at end of file +} |