From 5746c8269fec1f9ecbf4a3df005b413bd28d3e9a Mon Sep 17 00:00:00 2001 From: nemunaire Date: Sat, 10 Feb 2018 16:12:08 +0100 Subject: [PATCH] tftp: add configuration --- tftp/ldlinux.c32 | 1 + tftp/libcom32.c32 | 1 + tftp/libutil.c32 | 1 + tftp/menu.c32 | 1 + tftp/poweroff.c32 | 1 + tftp/pxelinux.0 | 1 + tftp/pxelinux.cfg/default | 38 ++++++++++++++++++++++++++++++++++++++ tftp/vesamenu.c32 | 1 + 8 files changed, 45 insertions(+) create mode 120000 tftp/ldlinux.c32 create mode 120000 tftp/libcom32.c32 create mode 120000 tftp/libutil.c32 create mode 120000 tftp/menu.c32 create mode 120000 tftp/poweroff.c32 create mode 120000 tftp/pxelinux.0 create mode 100644 tftp/pxelinux.cfg/default create mode 120000 tftp/vesamenu.c32 diff --git a/tftp/ldlinux.c32 b/tftp/ldlinux.c32 new file mode 120000 index 0000000..f2db2d3 --- /dev/null +++ b/tftp/ldlinux.c32 @@ -0,0 +1 @@ +/usr/share/syslinux/ldlinux.c32 \ No newline at end of file diff --git a/tftp/libcom32.c32 b/tftp/libcom32.c32 new file mode 120000 index 0000000..e8327a1 --- /dev/null +++ b/tftp/libcom32.c32 @@ -0,0 +1 @@ +/usr/share/syslinux/libcom32.c32 \ No newline at end of file diff --git a/tftp/libutil.c32 b/tftp/libutil.c32 new file mode 120000 index 0000000..f770003 --- /dev/null +++ b/tftp/libutil.c32 @@ -0,0 +1 @@ +/usr/share/syslinux/libutil.c32 \ No newline at end of file diff --git a/tftp/menu.c32 b/tftp/menu.c32 new file mode 120000 index 0000000..6385a34 --- /dev/null +++ b/tftp/menu.c32 @@ -0,0 +1 @@ +/usr/share/syslinux/menu.c32 \ No newline at end of file diff --git a/tftp/poweroff.c32 b/tftp/poweroff.c32 new file mode 120000 index 0000000..616d84d --- /dev/null +++ b/tftp/poweroff.c32 @@ -0,0 +1 @@ +/usr/share/syslinux/poweroff.c32 \ No newline at end of file diff --git a/tftp/pxelinux.0 b/tftp/pxelinux.0 new file mode 120000 index 0000000..f2c0af7 --- /dev/null +++ b/tftp/pxelinux.0 @@ -0,0 +1 @@ +/usr/share/syslinux/pxelinux.0 \ No newline at end of file diff --git a/tftp/pxelinux.cfg/default b/tftp/pxelinux.cfg/default new file mode 100644 index 0000000..6173c24 --- /dev/null +++ b/tftp/pxelinux.cfg/default @@ -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 diff --git a/tftp/vesamenu.c32 b/tftp/vesamenu.c32 new file mode 120000 index 0000000..f22a271 --- /dev/null +++ b/tftp/vesamenu.c32 @@ -0,0 +1 @@ +/usr/share/syslinux/vesamenu.c32 \ No newline at end of file