Fixed Linux boot options

* Set 'nox' for DEBUG entries
* Keep Syslinux theme for Linux (Extras) menu
This commit is contained in:
2Shirt 2018-10-14 22:03:44 -06:00
parent dc1011ce5a
commit 34b426ae36
2 changed files with 4 additions and 2 deletions

View file

@ -66,7 +66,7 @@ menuentry "Linux" {
add_options "loglevel=5 add_efi_memmap" add_options "loglevel=5 add_efi_memmap"
} }
submenuentry "Linux (DEBUG)" { submenuentry "Linux (DEBUG)" {
add_options "loglevel=7 nomodeset" add_options "loglevel=7 nomodeset nox"
} }
} }
#UFD#menuentry "WindowsPE" { #UFD#menuentry "WindowsPE" {

View file

@ -1,3 +1,5 @@
INCLUDE boot/syslinux/wk_head.cfg
LABEL wk_linux LABEL wk_linux
TEXT HELP TEXT HELP
A live Linux environment A live Linux environment
@ -182,7 +184,7 @@ ENDTEXT
MENU LABEL Linux (DEBUG) MENU LABEL Linux (DEBUG)
LINUX boot/x86_64/vmlinuz LINUX boot/x86_64/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram loglevel=7 nomodeset APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram loglevel=7 nomodeset nox
SYSAPPEND 3 SYSAPPEND 3
MENU SEPARATOR MENU SEPARATOR