2021-11-06 18:07:29 +03:00
|
|
|
LABEL arch64
|
|
|
|
TEXT HELP
|
|
|
|
Boot the Arch Linux install medium on BIOS.
|
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
|
|
|
ENDTEXT
|
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS)
|
|
|
|
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
|
2022-04-27 22:47:27 +03:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=1G
|
2021-11-06 18:07:29 +03:00
|
|
|
|
|
|
|
# Accessibility boot option
|
|
|
|
LABEL arch64speech
|
|
|
|
TEXT HELP
|
|
|
|
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.
|
|
|
|
ENDTEXT
|
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech
|
|
|
|
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
|
2022-04-27 22:47:27 +03:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=1G accessibility=on
|
2021-11-06 18:07:29 +03: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
|
2022-04-27 22:47:27 +03:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=1G copytoram
|