geekoops-next/templates/pxelinux_default.j2
felix.niederwanger@suse.com c620206691 first commit
2021-03-25 10:40:23 +01:00

17 lines
261 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.