changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / syslinux/archiso_sys-linux.cfg

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
1 LABEL arch64
2 TEXT HELP
3 Boot the Arch Linux install medium on BIOS.
4 It allows you to install Arch Linux or perform system maintenance.
5 ENDTEXT
6 MENU LABEL Arch Linux install medium (x86_64, BIOS)
7 LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
8 INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
9 APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID%
10 
11 # Accessibility boot option
12 LABEL arch64speech
13 TEXT HELP
14 Boot the Arch Linux install medium on BIOS with speakup screen reader.
15 It allows you to install Arch Linux or perform system maintenance with speech feedback.
16 ENDTEXT
17 MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech
18 LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
19 INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
20 APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on