Files
FWS/configs/releng/syslinux/archiso_pxe-linux.cfg

33 lines
1.1 KiB
INI

LABEL fws_nbd
TEXT HELP
Boot the FWS install medium using NBD.
It allows you to install FWS or perform system maintenance.
ENDTEXT
MENU LABEL FWS install medium (%ARCH%, NBD)
LINUX ::/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
INITRD ::/%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% archiso_nbd_srv=${pxeserver} cms_verify=y
SYSAPPEND 3
LABEL fws_nfs
TEXT HELP
Boot the FWS live medium using NFS.
It allows you to install FWS or perform system maintenance.
ENDTEXT
MENU LABEL FWS install medium (%ARCH%, NFS)
LINUX ::/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
INITRD ::/%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt cms_verify=y
SYSAPPEND 3
LABEL fws_http
TEXT HELP
Boot the FWS live medium using HTTP.
It allows you to install FWS or perform system maintenance.
ENDTEXT
MENU LABEL FWS install medium (%ARCH%, HTTP)
LINUX ::/%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
INITRD ::/%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ cms_verify=y
SYSAPPEND 3