first commit

This commit is contained in:
zj
2025-12-28 15:15:19 +08:00
commit 42d43f7342
606 changed files with 14592 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
LABEL arch64
TEXT HELP
Boot the BBTTMS install medium on BIOS.
It allows you to install BBTTMS or perform system maintenance.
ENDTEXT
MENU LABEL BBTTMS install medium (x86_64, BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=4G copytoram=n
# Accessibility boot option
LABEL arch64speech
TEXT HELP
Boot the BBTTMS install medium on BIOS with speakup screen reader.
It allows you to install BBTTMS or perform system maintenance with speech feedback.
ENDTEXT
MENU LABEL BBTTMS install medium (x86_64, BIOS) with ^speech
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on cow_spacesize=4G copytoram=n