1b81ad4914
mkarchiso reuses completed stages in the work dir -> a 'too short' build that ships a stale airootfs. bootstrap now 'rm -rf' the work dir first. Also switch profiledef bootmodes to the non-deprecated names (bios.syslinux, uefi.systemd-boot). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
835 B
INI
21 lines
835 B
INI
LABEL arch
|
|
TEXT HELP
|
|
Boot the TANINUX install medium on BIOS.
|
|
It allows you to install TANINUX or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL TANINUX install medium (%ARCH%, BIOS)
|
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen
|
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID%
|
|
|
|
# Accessibility boot option
|
|
LABEL archspeech
|
|
TEXT HELP
|
|
Boot the TANINUX install medium on BIOS with speakup screen reader.
|
|
It allows you to install TANINUX or perform system maintenance with speech feedback.
|
|
ENDTEXT
|
|
MENU LABEL TANINUX install medium (%ARCH%, BIOS) with ^speech
|
|
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen
|
|
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on
|