mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-04 23:59:59 +01:00
58 lines
2.1 KiB
INI
58 lines
2.1 KiB
INI
INCLUDE boot/syslinux/sysrescue_head.cfg
|
|
|
|
LABEL sysrescue
|
|
TEXT HELP
|
|
Boot the SystemRescue live medium.
|
|
ENDTEXT
|
|
MENU LABEL Boot SystemRescue using default options
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysrescue.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
|
|
|
LABEL sysrescue_copytoram
|
|
TEXT HELP
|
|
Boot the SystemRescue live medium and copy system to RAM
|
|
ENDTEXT
|
|
MENU LABEL Boot SystemRescue and copy system to RAM (copytoram)
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysrescue.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
|
|
|
LABEL sysrescue_checksum
|
|
TEXT HELP
|
|
Boot SystemRescue and verify the integrity of the live medium
|
|
ENDTEXT
|
|
MENU LABEL Boot SystemRescue and verify integrity of the medium (checksum)
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysrescue.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% checksum
|
|
|
|
LABEL sysrescue_nomodeset
|
|
TEXT HELP
|
|
Boot using basic display drivers to avoid display issues
|
|
ENDTEXT
|
|
MENU LABEL Boot SystemRescue using basic display drivers (nomodeset)
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysrescue.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
|
|
|
|
LABEL sysrescue_findroot
|
|
TEXT HELP
|
|
Boot from a Linux operating system installed on the disk
|
|
ENDTEXT
|
|
MENU LABEL Boot a Linux operating system installed on the disk (findroot)
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysrescue.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% findroot
|
|
|
|
LABEL sysrescue_break
|
|
TEXT HELP
|
|
Stop during the boot process before mounting the root filesystem
|
|
ENDTEXT
|
|
MENU LABEL Stop during the boot process before mounting the root filesystem
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysrescue.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% break
|
|
|
|
INCLUDE boot/syslinux/sysrescue_tail.cfg
|