saving changes

This commit is contained in:
root 2023-04-15 16:05:21 +02:00
parent 77600d99e0
commit 624b78cc2b
4 changed files with 48 additions and 0 deletions

0
main.sh Normal file
View File

19
menues/pxelinux/config.sh Normal file
View File

@ -0,0 +1,19 @@
#!/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

@ -0,0 +1,13 @@
#
# 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

16
settings.sh Normal file
View File

@ -0,0 +1,16 @@
#!/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