mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-04 22:07:30 +00:00
Make BIOS and UEFI boot menus more consistent (boot entries, screen resolution, colors)
This commit is contained in:
parent
8350791321
commit
5ccc3267ac
4 changed files with 15 additions and 10 deletions
|
|
@ -13,7 +13,7 @@ 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
|
||||
MENU LABEL Boot SystemRescueCd and copy system to RAM (copytoram)
|
||||
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
|
||||
|
|
@ -22,7 +22,7 @@ LABEL sysresccd_checksum
|
|||
TEXT HELP
|
||||
Boot SystemRescueCd and verify the integrity of the live medium
|
||||
ENDTEXT
|
||||
MENU LABEL Boot SystemRescueCd and and verify integrity
|
||||
MENU LABEL Boot SystemRescueCd and verify integrity of the medium (checksum)
|
||||
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
|
||||
|
|
@ -31,7 +31,7 @@ LABEL sysresccd_nomodeset
|
|||
TEXT HELP
|
||||
Boot using basic display drivers to avoid display issues
|
||||
ENDTEXT
|
||||
MENU LABEL Boot SystemRescueCd using basic display drivers
|
||||
MENU LABEL Boot SystemRescueCd using basic display drivers (nomodeset)
|
||||
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% nomodeset
|
||||
|
|
@ -40,7 +40,7 @@ LABEL sysresccd_findroot
|
|||
TEXT HELP
|
||||
Boot from a Linux operating system installed on the disk
|
||||
ENDTEXT
|
||||
MENU LABEL Boot from a Linux operating system installed on the disk
|
||||
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%/sysresccd.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% findroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue