9 lines
111 B
Bash
9 lines
111 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
TFTP=/srv/tftp
|
||
|
NFSSERVERIP=192.168.75.3
|
||
|
|
||
|
MENUTUTLE="Sample Title Text"
|
||
|
MENUBACKGROUND="splash.png"
|
||
|
|