pxe-bootserver/settings.sh

11 lines
144 B
Bash
Raw Normal View History

2023-04-12 20:27:06 +00:00
#!/bin/sh
TFTP=/srv/tftp
NFSSERVERIP=192.168.75.3
MENUTUTLE="Sample Title Text"
MENUBACKGROUND="splash.png"
2023-04-13 10:08:48 +00:00
USERID=www-data
GROUPID=www-data