]> git.vomp.tv Git - vompserver.git/blob - vomp.conf.sample
TFTP server (not quite finished)
[vompserver.git] / vomp.conf.sample
1 [General]
2
3 ## Specify a log file here to enable logging
4
5 # Log file = /tmp/vompserver.log
6
7 ## If you have more than one vompserver running you
8 ## can enter a name here that will appear on the
9 ## server select list on the MVP
10
11 # Server name = MyServer
12
13 ## Enable this to start the built in Bootp server
14 ## Required to boot the MVP if you have not got a
15 ## DHCP server that can tell the MVP its boot file
16 ## name and server
17
18 # Bootp server = 1
19
20 ## Enable this to start the built in TFTP server
21 ## Required to boot the MVP if you have not got a
22 ## TFTP server running elsewhere
23
24 # TFTP server = 1