added compatibility mode into syslinux
This commit is contained in:
parent
926983a51a
commit
3f8e009a0b
1 changed files with 12 additions and 0 deletions
|
@ -29,3 +29,15 @@ MENU LABEL Parch Linux install medium (x86_64, BIOS, Copy to RAM)
|
|||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram
|
||||
|
||||
|
||||
# compatibility boot option
|
||||
LABEL arch64compatibility
|
||||
TEXT HELP
|
||||
Boot the Parch Linux install medium on BIOS with compatibility mode.
|
||||
It allows you to install Parch Linux or perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Parch Linux install medium (x86_64, BIOS, compatibility)
|
||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodset
|
||||
|
|
Loading…
Add table
Reference in a new issue