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>
33 lines
1.2 KiB
INI
33 lines
1.2 KiB
INI
LABEL arch_nbd
|
|
TEXT HELP
|
|
Boot the TANINUX install medium using NBD.
|
|
It allows you to install TANINUX or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL TANINUX install medium (%ARCH%, NBD)
|
|
LINUX ::/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen
|
|
INITRD ::/%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% archiso_nbd_srv=${pxeserver} cms_verify=y
|
|
SYSAPPEND 3
|
|
|
|
LABEL arch_nfs
|
|
TEXT HELP
|
|
Boot the TANINUX live medium using NFS.
|
|
It allows you to install TANINUX or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL TANINUX install medium (%ARCH%, NFS)
|
|
LINUX ::/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen
|
|
INITRD ::/%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt cms_verify=y
|
|
SYSAPPEND 3
|
|
|
|
LABEL arch_http
|
|
TEXT HELP
|
|
Boot the TANINUX live medium using HTTP.
|
|
It allows you to install TANINUX or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL TANINUX install medium (%ARCH%, HTTP)
|
|
LINUX ::/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-zen
|
|
INITRD ::/%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-zen.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ cms_verify=y
|
|
SYSAPPEND 3
|