mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-04 22:07:30 +00:00
SystemRescueCd-6.0.0
This commit is contained in:
commit
5a6aec2276
61 changed files with 1887 additions and 0 deletions
21
syslinux/sysresccd_sys.cfg
Normal file
21
syslinux/sysresccd_sys.cfg
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
INCLUDE boot/syslinux/sysresccd_head.cfg
|
||||
|
||||
LABEL sysresccd
|
||||
TEXT HELP
|
||||
Boot the SystemRescueCd live medium.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot SystemRescueCd using default options
|
||||
LINUX boot/x86_64/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img
|
||||
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
|
||||
LINUX boot/x86_64/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/sysresccd.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
||||
|
||||
INCLUDE boot/syslinux/sysresccd_tail.cfg
|
||||
Loading…
Add table
Add a link
Reference in a new issue