30 lines
1.3 KiB
INI
30 lines
1.3 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/x86_64/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=auto zswap.enabled=0
|
|
|
|
LABEL arch64copytoram
|
|
TEXT HELP
|
|
Boots Solarity Liveboot via BIOS and does not copy the SquashFS to RAM.
|
|
It allows you to install Arch Linux or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Solarity Liveboot (x86_64, BIOS, copytoram=n)
|
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
|
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n zswap.enabled=0
|
|
|
|
# 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/x86_64/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on copytoram=auto zswap.enabled=0
|