systemrescue-zfs/syslinux/sysresccd_pxe.cfg

37 lines
1.3 KiB
INI
Raw Normal View History

INCLUDE boot/syslinux/sysresccd_head.cfg
2019-02-02 12:22:52 +01:00
LABEL sysresccd_nbd
2019-02-02 12:22:52 +01:00
TEXT HELP
Boot the SystemRescue live medium (Using NBD).
2019-02-02 12:22:52 +01:00
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot SystemRescue (NBD)
2020-02-01 10:45:45 +01:00
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
2021-12-19 11:14:07 +01:00
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} %DEFAULT_KERNEL_PARAM%
2019-02-02 12:22:52 +01:00
SYSAPPEND 3
LABEL sysresccd_nfs
2019-02-02 12:22:52 +01:00
TEXT HELP
Boot the SystemRescue live medium (Using NFS).
2019-02-02 12:22:52 +01:00
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot SystemRescue (NFS)
2020-02-01 10:45:45 +01:00
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
2021-12-19 11:14:07 +01:00
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/sysresccd/bootmnt %DEFAULT_KERNEL_PARAM%
2019-02-02 12:22:52 +01:00
SYSAPPEND 3
LABEL sysresccd_http
2019-02-02 12:22:52 +01:00
TEXT HELP
Boot the SystemRescue live medium (Using HTTP).
2019-02-02 12:22:52 +01:00
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot SystemRescue (HTTP)
2020-02-01 10:45:45 +01:00
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
2021-12-19 11:14:07 +01:00
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ %DEFAULT_KERNEL_PARAM%
2019-02-02 12:22:52 +01:00
SYSAPPEND 3
INCLUDE boot/syslinux/sysresccd_tail.cfg