archiso_sys.cfg 539 B

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