saving changes
This commit is contained in:
parent
77600d99e0
commit
624b78cc2b
19
menues/pxelinux/config.sh
Normal file
19
menues/pxelinux/config.sh
Normal 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
|
||||
|
||||
|
||||
|
13
menues/pxelinux/templates/header.cfg
Normal file
13
menues/pxelinux/templates/header.cfg
Normal 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
16
settings.sh
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user