tftp: add configuration

This commit is contained in:
nemunaire 2018-02-10 16:12:08 +01:00
parent bf9707dc5a
commit 5746c8269f
8 changed files with 45 additions and 0 deletions

1
tftp/ldlinux.c32 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/ldlinux.c32

1
tftp/libcom32.c32 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/libcom32.c32

1
tftp/libutil.c32 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/libutil.c32

1
tftp/menu.c32 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/menu.c32

1
tftp/poweroff.c32 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/poweroff.c32

1
tftp/pxelinux.0 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/pxelinux.0

38
tftp/pxelinux.cfg/default Normal file
View File

@ -0,0 +1,38 @@
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!
LABEL login
MENU LABEL ^Login
KERNEL adlin/login-kernel
INITRD adlin/login-initrd.img
APPEND console=tty0
TEXT help
You are currently not identified.
Please select this menu entry in order to access the tutorial.
You'll need your EPITA password to continue.
ENDTEXT
MENU SEPARATOR
LABEL poweroff
MENU LABEL ^Shutdown
KERNEL poweroff.c32

1
tftp/vesamenu.c32 Symbolic link
View File

@ -0,0 +1 @@
/usr/share/syslinux/vesamenu.c32