12345678910111213141516 |
- INCLUDE boot/syslinux/archiso_head.cfg
- # accessability boot option
- LABEL arch64speech
- TEXT HELP
- Boot the Arch Linux (x86_64) live medium with speakup enabled.
- It allows you to install Arch Linux or perform system maintenance using speech and braille feedback.
- ENDTEXT
- MENU LABEL Boot Arch Linux (x86_64) with speech
- LINUX boot/x86_64/vmlinuz
- INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
- APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% speakup.synth=soft
- INCLUDE boot/syslinux/archiso_tail.cfg
|