Migration of FWS from Github
This commit is contained in:
32
configs/releng/syslinux/archiso_pxe-linux.cfg
Normal file
32
configs/releng/syslinux/archiso_pxe-linux.cfg
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user