Compare commits

..

No commits in common. "002116e26a24ef5221b4b8a9585cc56b3e28c6cd" and "77600d99e0f583287bb3fe1d0209deff4731698d" have entirely different histories.

4 changed files with 0 additions and 52 deletions

View File

View File

@ -1,19 +0,0 @@
#!/bin/sh
# source global variables
. ../../settings.sh
#
# Main Settings for this Plugin
#
P_NAME=Default pxelinux Menua
P_TYPE=menue
M_PATH=bios
M_TITLE=Default Boot Menue
M_BACKGROUND=splash.png

View File

@ -1,13 +0,0 @@
#
# Menue Header
#
rootprompt 0
PATH __M_PATH__
default __M_PATH__/vesamenu.c32
TIMEOUT 300
MENU TITLE __M_TITLE__
MENU BACKGROUND __M_BACKGROUND__
MENU ROWS 15
MENU TABMSGROW 20
MENU TIMEOUTROW 22

View File

@ -1,20 +0,0 @@
#!/bin/sh
#
# Global Settings
#
# The location of all the TFTP stuff
D_TFTP=/srv/tftp
# Full path of this project:
D_ROOTDIR=/root/pxe-bootserver
# the ip and FQDN for this server
HOST_IP=192.168.75.3
HOST_FQDN=tftp.ostrach.tld
# directories
D_MENUES=${D_ROOTDIR}/menues
D_SERVICES=${D_ROOTDIR}/services
D_PLUGINS=${D_ROOTDIR}/plugins