* Update Arch labels from ISO_LABEL to UFD_LABEL * Added Linux (Minimal) to syslinux * Added Linux (Minimal) and Linux (dGPU) entries to rEFInd * Removed Linux (i3) entries * I guess this is a hidden feature now...
32 lines
1.1 KiB
INI
32 lines
1.1 KiB
INI
LABEL wk_linux
|
|
TEXT HELP
|
|
A live Linux environment
|
|
* HW diagnostics, file-based backups, data recovery, etc
|
|
ENDTEXT
|
|
MENU LABEL Linux
|
|
LINUX boot/x86_64/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram loglevel=3
|
|
|
|
LABEL wk_linux_cli
|
|
TEXT HELP
|
|
A live Linux environment (CLI)
|
|
* HW diagnostics, file-based backups, data recovery, etc
|
|
ENDTEXT
|
|
MENU LABEL Linux (CLI)
|
|
LINUX boot/x86_64/vmlinuz
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram nox
|
|
SYSAPPEND 3
|
|
|
|
#UFD-MINIMAL#LABEL wk_linux_minimal
|
|
#UFD-MINIMAL#TEXT HELP
|
|
#UFD-MINIMAL#A live Linux environment (Minimal)
|
|
#UFD-MINIMAL# * HW diagnostics, file-based backups, data recovery, etc
|
|
#UFD-MINIMAL#ENDTEXT
|
|
#UFD-MINIMAL#MENU LABEL Linux (Minimal)
|
|
#UFD-MINIMAL#LINUX ../arch_minimal/vmlinuz
|
|
#UFD-MINIMAL#INITRD boot/intel_ucode.img,boot/amd_ucode.img,../arch_minimal/archiso.img
|
|
#UFD-MINIMAL#APPEND archisobasedir=arch_minimal archisolabel=%ARCHISO_LABEL% copytoram loglevel=3
|
|
#UFD-MINIMAL#SYSAPPEND 3
|
|
|