]> git.pld-linux.org Git - packages/freevo.git/blame - freevo-boot_config
BR: rpmbuild(macros) >= 1.710
[packages/freevo.git] / freevo-boot_config
CommitLineData
d7889b96 1# $Id$
2
3# where freevo shell script lives. used to call freevo
4FREEVO_HOME="/usr/share/freevo"
5
6# a log used to catch errors when freevo startsup
7FREEVO_LOG="/var/log/freevo/main.log"
8
9# Mode to start Freevo itself. Possible values are
10#
11# no: don't start Freevo
12# yes: start Freevo on startup. You should only use this when the
13# computer is for Freevo only or you use Freevo with a DXR3
14# daemon: start Freevo in daemon mode. The daemon will wait for you to
15# press QUIT or POWER on your remote and will than start
16# Freevo. After Freevo shut down, the daemon will wait again.
17#
18# You don't need a X server running to start Freevo from init. If
19# needed, Freevo will start a X server on its own. Make sure your X
20# server can handle the resolution defined in /etc/freevo/freevo.conf
21FREEVO="yes"
22
23# Mode the start the webserver. Possible values are "no" and "yes".
24# If you start the webserver with Freevo itself, you should say "no" here.
25WEBSERVER="yes"
26
27# Mode the start the recordserver. Possible values are "no" and "yes".
28RECORDSERVER="yes"
29
30# Do we have a mouse and/or keyboard attached to this pc.
31# this sets SDL variables for smooth operation if no keyboard or mouse.
32# Possible values are "no" and "yes".
33HAVEMOUSE="yes"
34HAVEKEYBOARD="yes"
35
36# The SDL video driver to use. common values are x11 or fbcon.
37# for a full list see:
38# http://www.libsdl.org/faq.php?action=listentries&category=9#9
39SDL_VIDEODRIVER="x11"
40
41# Set the root USER and HOME variables. Some distros need this to work.
42# Possible values are "no" and "yes".
43ROOTUSERINFO="no"
44
45# Use setleds to set numlock before starting freevo. THis is necessary
46# for some SDL fbcon setups.
47# Possible values are "no" and "yes".
48SETNUMLOCK="no"
49
This page took 0.089473 seconds and 4 git commands to generate.