validator: implement PXE template

This commit is contained in:
nemunaire 2018-02-12 11:39:44 +01:00
commit 24a530b515
5 changed files with 144 additions and 27 deletions

View file

@ -1,29 +1,10 @@
DEFAULT vesamenu.c32
MENU RESOLUTION 1024 768
NOESCAPE 1
ALLOWOPTIONS 0
#MENU BACKGROUND splash.png
MENU BACKGROUND #00000000 * *
MENU COLOR TITLE * #FF22BBCC *
#MENU COLOR BORDER * #FFFFFFFF #00000000 none
MENU COLOR SEL * #FFFFFFFF #FF22BBCC *
MENU COLOR HOTSEL 1;7;37;40 #ffffffff #76a1d0ff *
#MENU COLOR TABMSG * #ffffffff #00000000 *
#MENU COLOR HELP 37;40 #ffdddd00 #00000000 *
MENU TABMSG Press ENTER to boot or TAB to edit a menu entry
PROMPT 0
TIMEOUT 1
MENU TITLE Welcome to the EPITA ADvanced LINux administration course!
DEFAULT login
LABEL login
MENU LABEL ^Login
KERNEL adlin/login-kernel
INITRD adlin/login-initrd.img
APPEND console=tty0
KERNEL bzImage
INITRD initramfs-login.img
APPEND console=tty0 quiet
TEXT help
You are currently not identified.
Please select this menu entry in order to access the tutorial.