From 720f26bf4d3843bc77956459a2926a89c1509b28 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 30 Jan 2006 00:22:35 +0000 Subject: [PATCH] Added sample config files --- vomp-00-00-00-00-00-00.conf.sample | 20 ++++++++++++++++++++ vomp.conf.sample | 11 +++++++++++ 2 files changed, 31 insertions(+) create mode 100644 vomp-00-00-00-00-00-00.conf.sample create mode 100644 vomp.conf.sample diff --git a/vomp-00-00-00-00-00-00.conf.sample b/vomp-00-00-00-00-00-00.conf.sample new file mode 100644 index 0000000..35d2fea --- /dev/null +++ b/vomp-00-00-00-00-00-00.conf.sample @@ -0,0 +1,20 @@ +[Boot] + +## If you enable the bootp server in vomp.conf, you can specify +## an IP to give out to this MVP here. + +# IP = 10.0.0.100 + +## If you have a router that gives out addresses but you want +## the above address forced to the MVP, set this: + +# Override IP = 1 + +[General] + +## The client auto-detects whether to use PAL or NTSC. If you +## want to force the other one, set it here. Beware of popping +## your TV with this one! + +# Override Video Format = NTSC + diff --git a/vomp.conf.sample b/vomp.conf.sample new file mode 100644 index 0000000..d1ab890 --- /dev/null +++ b/vomp.conf.sample @@ -0,0 +1,11 @@ +[General] + +## Specify a log file here to enable logging + +# Log file = /tmp/vompserver.log + +## If you have more than one vompserver running you +## can enter a name here that will appear on the +## server select list on the MVP + +# Server name = MyServer -- 2.39.2