change grub init tune

yes it was descriptive but too large. this fixes #180
This commit is contained in:
Alexander Epaneshnikov 2022-06-18 15:53:03 +03:00
parent 4ac1224da4
commit 8eebf62ff8
1 changed files with 2 additions and 9 deletions

View File

@ -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
}
}