kimberly-build/archiso/syslinux/archiso_sys-linux.cfg

24 lines
1 KiB
INI
Raw Normal View History

2021-01-26 13:21:38 +01:00
#
# SPDX-License-Identifier: GPL-3.0-or-later
LABEL arch64
TEXT HELP
2021-01-26 14:43:39 +01:00
Boot the Arch Linux install medium on BIOS.
It allows you to install Arch Linux or perform system maintenance.
2021-01-26 13:21:38 +01:00
ENDTEXT
2021-01-26 14:43:39 +01:00
MENU LABEL Arch Linux install medium (x86_64, BIOS)
2021-01-26 13:21:38 +01:00
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
2021-01-26 20:03:34 +01:00
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G
2021-01-26 13:21:38 +01:00
# Accessibility boot option
LABEL arch64speech
TEXT HELP
2021-01-26 14:43:39 +01:00
Boot the Arch Linux install medium on BIOS with speakup screen reader.
It allows you to install Arch Linux or perform system maintenance with speech feedback.
2021-01-26 13:21:38 +01:00
ENDTEXT
2021-01-26 14:43:39 +01:00
MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech
2021-01-26 13:21:38 +01:00
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
2021-01-26 20:03:34 +01:00
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on cow_spacesize=4G