systemrescue-zfs/syslinux/sysresccd_pxe.cfg
Nick Chevsky c7c45da7ad SystemRescueCd 6.1.7 + ZFS 0.8.4
* Add ZFS 0.8.4
* GRUB (UEFI boot) improvements:
  * Enable serial console
  * Add 30-sec automatic boot timeout
  * Clean up configuration
* SYSLINUX (BIOS boot) improvements:
  * Increase serial console baud rate (38400 => 115200)
  * Reduce automatic boot timeout (90 sec => 30 sec)
* Build script improvements:
  * Print argument summary when building with `-v`
  * Print header for each build step
* Clean up issue(5)
2020-08-23 19:44:59 -04:00

37 lines
1.3 KiB
INI

INCLUDE boot/syslinux/sysresccd_head.cfg
LABEL sysresccd_nbd
TEXT HELP
Boot the SystemRescueCd live medium (Using NBD).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot SystemRescueCd (NBD)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} %CONSOLES%
SYSAPPEND 3
LABEL sysresccd_nfs
TEXT HELP
Boot the SystemRescueCd live medium (Using NFS).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot SystemRescueCd (NFS)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/sysresccd/bootmnt %CONSOLES%
SYSAPPEND 3
LABEL sysresccd_http
TEXT HELP
Boot the SystemRescueCd live medium (Using HTTP).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot SystemRescueCd (HTTP)
LINUX boot/%ISO_ARCH%/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ %CONSOLES%
SYSAPPEND 3
INCLUDE boot/syslinux/sysresccd_tail.cfg