mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Parameterize architecture in build.sh
This commit is contained in:
parent
d929bb83f2
commit
043890b999
9 changed files with 67 additions and 61 deletions
|
|
@ -5,8 +5,8 @@ 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
|
||||
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%
|
||||
|
||||
LABEL sysresccd_copytoram
|
||||
|
|
@ -14,8 +14,8 @@ 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
|
||||
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% copytoram
|
||||
|
||||
INCLUDE boot/syslinux/sysresccd_tail.cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue