Merge remote-tracking branch 'origin/merge-requests/266'

By Alexander Epaneshnikov
* origin/merge-requests/266:
  change grub init tune

Closes #180

See merge request https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/266
This commit is contained in:
nl6720 2022-06-23 08:22:16 +03:00
commit 9a98ae6040
No known key found for this signature in database
GPG key ID: 5CE88535E188D369

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