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

32 lines
1.5 KiB
INI
Raw Normal View History

2021-01-26 13:21:38 +01:00
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
2021-06-04 10:04:23 +02:00
# Copy to RAM boot option
LABEL arch64ram
TEXT HELP
Boot the Arch Linux install medium on BIOS with Copy-to-RAM option
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, BIOS, Copy to RAM)
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
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram