solarityliveboot/syslinux/archiso_sys-linux.cfg

31 lines
1.3 KiB
INI
Raw Permalink Normal View History

2023-05-18 00:11:46 -04:00
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
2024-05-22 21:47:42 -04:00
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=auto zswap.enabled=0
2023-05-18 00:11:46 -04:00
LABEL arch64copytoram
2023-05-18 00:11:46 -04:00
TEXT HELP
Boots Solarity Liveboot via BIOS and does not copy the SquashFS to RAM.
2023-05-18 00:11:46 -04:00
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Solarity Liveboot (x86_64, BIOS, copytoram=n)
2023-05-18 00:11:46 -04:00
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
2024-05-22 21:47:42 -04:00
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n zswap.enabled=0
2023-05-18 00:11:46 -04:00
# 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
2024-05-22 21:47:42 -04:00
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on copytoram=auto zswap.enabled=0