31 lines
1.4 KiB
INI
31 lines
1.4 KiB
INI
|
LABEL arch64
|
||
|
TEXT HELP
|
||
|
Boots Solarity Liveboot via BIOS.
|
||
|
It allows you to install Arch Linux or perform system maintenance.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Solarity Liveboot (x86_64, BIOS)
|
||
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||
|
|
||
|
LABEL arch64
|
||
|
TEXT HELP
|
||
|
Boots Solarity Liveboot via BIOS and copies the squashfs to RAM.
|
||
|
It allows you to install Arch Linux or perform system maintenance.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Solarity Liveboot (x86_64, BIOS, copytoram)
|
||
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
||
|
|
||
|
# Accessibility boot option
|
||
|
LABEL arch64speech
|
||
|
TEXT HELP
|
||
|
Boots Solarity Liveboot via BIOS with speakup screen reader.
|
||
|
It allows you to install Arch Linux or perform system maintenance with speech feedback.
|
||
|
ENDTEXT
|
||
|
MENU LABEL Solarity Liveboot (x86_64, BIOS) with ^speech
|
||
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on
|