Initial commit
This commit is contained in:
46
efi64/pxelinux.cfg/default
Normal file
46
efi64/pxelinux.cfg/default
Normal file
@ -0,0 +1,46 @@
|
||||
DEFAULT vesamenu.c32 pxelinux.cfg/graphics.conf ~
|
||||
PROMPT 0
|
||||
#TIMEOUT 100
|
||||
|
||||
MENU TITLE **** KTO Network - UEFI PXE Menu ****
|
||||
|
||||
MENU LABEL All below images are x86_64 only
|
||||
|
||||
MENU SEPARATOR
|
||||
|
||||
LABEL arch
|
||||
MENU LABEL Arch Linux
|
||||
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
|
||||
APPEND pxelinux.cfg/arch.conf
|
||||
|
||||
MENU SEPARATOR
|
||||
|
||||
LABEL debian
|
||||
MENU LABEL Debian
|
||||
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
|
||||
APPEND pxelinux.cfg/debian.conf
|
||||
|
||||
MENU SEPARATOR
|
||||
|
||||
LABEL ubuntu
|
||||
MENU LABEL Ubuntu
|
||||
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
|
||||
APPEND pxelinux.cfg/ubuntu.conf
|
||||
|
||||
MENU SEPARATOR
|
||||
|
||||
LABEL localboot
|
||||
MENU INDENT 2
|
||||
MENU LABEL Local Boot
|
||||
MENU default
|
||||
localboot 0
|
||||
|
||||
LABEL reboot
|
||||
MENU INDENT 2
|
||||
MENU LABEL Reboot
|
||||
kernel reboot.c32
|
||||
|
||||
LABEL shutdown
|
||||
MENU INDENT 2
|
||||
MENU LABEL Shutdown
|
||||
kernel poweroff.c32
|
Reference in New Issue
Block a user