systemrescue-zfs/syslinux/sysresccd_sys.cfg

31 lines
1 KiB
INI
Raw Normal View History

2019-02-02 12:22:52 +01:00
INCLUDE boot/syslinux/sysresccd_head.cfg
LABEL sysresccd
TEXT HELP
Boot the SystemRescueCd live medium.
ENDTEXT
MENU LABEL Boot SystemRescueCd using default options
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
2019-02-02 12:22:52 +01:00
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
LABEL sysresccd_copytoram
TEXT HELP
Boot the SystemRescueCd live medium and copy system to RAM
ENDTEXT
MENU LABEL Boot SystemRescueCd and copy system to RAM
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
2019-02-02 12:22:52 +01:00
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
LABEL sysresccd_checksum
TEXT HELP
Boot the SystemRescueCd live medium and verify integrity
ENDTEXT
MENU LABEL Boot SystemRescueCd and verify checksum of the medium
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% checksum
2019-02-02 12:22:52 +01:00
INCLUDE boot/syslinux/sysresccd_tail.cfg