geekoops-next/templates/pxelinux_default.j2
felix.niederwanger@suse.com be38529589 Working prototype
2021-03-25 11:09:16 +01:00

17 lines
260 B
Django/Jinja

DEFAULT vesamenu.c32
PROMPT 0
TIMEOUT 100
ONTIMEOUT local
MENU TITLE {{prompt}}
# Boot from local hard drive - This is the default
LABEL local
MENU DEFAULT
MENU LABEL Boot local hard drive
LOCALBOOT 0
MENU SEPARATOR
## TODO: Add your own stuff here.