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
|
2024-05-20 13:54:43 +02:00
|
|
|
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=4G copytoram=n
|
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
|
2024-05-20 13:54:43 +02:00
|
|
|
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on cow_spacesize=4G copytoram=n
|