This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
pxe-server/bios/pxelinux.cfg/default

47 lines
775 B
Plaintext
Raw Normal View History

2022-07-29 10:42:54 +02:00
DEFAULT vesamenu.c32 pxelinux.cfg/graphics.conf ~
PROMPT 0
TIMEOUT 100
MENU TITLE **** KTO Network - BIOS 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