Installscript-setup.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 119: Zeile 119:
 
   
 
   
 
  # burn, set JAVA_HOME environment variable, to point your JRE installation directory:
 
  # burn, set JAVA_HOME environment variable, to point your JRE installation directory:
  JAVA_HOME="${JAVA_HOME:-/usr/lib/jre1.5.0_07}"
+
  JAVA_HOME="${JAVA_HOME:-/usr/lib/java}"
  
 
[[digicam-plugin]]
 
[[digicam-plugin]]

Version vom 22. Juni 2006, 11:46 Uhr

# Description: Environment for install script

Installation Prefix.

# installation
#
# installation prefix:
INSTALLPREFIX="/usr/local"

Verzeichnis in dem die Sourcen gespeichert werden.

# package directory:
PKGDIR="${INSTALLPREFIX}/src/packages"

Konfiguration für VDR, ist mit der VDR Option --config=$DISDIR identisch.

# directory where vdr stores its config files:
DISDIR="${INSTALLPREFIX}/etc/vdr"

Debuglevel für den Installations-Manager Stow.

# stow debug (levels are 0,1,2,3) e.g:
STOWDBG="3"

Files welche vom Script, während der Installation verändert wurden, werden hier gesichert.

# backup directory:
BCKDIR="${DISDIR}/setup/backup"

Format für Backups.

# backup format, use date --help, e.g:
BCKFORMAT="%Y%m%d"

Löschen alter Sourcen.

# deleting, cleaning older sources (true/false):
CLEANUP="true"

Packages selbst wählen.

# auto select packages (true/false):
AUTOSEL="true"

Kommando zur Internet Einwahl.

# internet
#
# dial-in command, if you don't have access to the web, set it to "":
#DIALIN="cinternet -v -i ippp0 -A"
DIALIN=""

Kommando zur Internet Auswahl.

# hangup command, if you don't have access to the web, set it to "":
#HANGUP="cinternet -i ippp0 -H"
HANGUP=""

Optionen für den textbasierten Browser Lynx.

# lynx options, analog modem? set it to 30:
LYNXOPT="-connect_timeout=2 -trace -dump"

Optionen für den Komandozeilen Downloader wget.

# wget options:
WGETOPT="-v -c -t 30"

Kommando zum prüfen der Internetverbindung.

# command to check the www connection:
CHCONNECT="ping -c 1 www.google.com"

Einrichten eines Users (ungetestet).

# video disk recorder
#
# create a account, group/user add for vdr (root/vdr):
VDRUSR="root"

Verzeichnis für die Aufnahmen. (multi: mkdir -p /video{1,2})

# use dir as video directory:
VIDEODIR="/video0"

Interface zum auslesen der IP Adresse.

# network device name (e.g.: eth*), for edit the svdrphosts.conf
# if there is no card installed, set it to "":
INTERFACE="eth0"

Mount Punkte, siehe sources.conf.

# mount points:
MNTCAMERA="/mnt/camera"
MNTCDROM="/dev/cdrom"
MNTDVD="/dev/dvd"
MNTIMAGES="/mnt/images"
MNTMP3S="/mnt/mp3s"
MNTIPOD="/mnt/mp3/ipod"
MNTVIDEOS="/mnt/videos"

Plugins aus dieser Liste, werden beim entpacken gelöscht.

# plugins
#
# remove demo plugin(s):
RMPLUGINS="hello osddemo servicedemo skincurses sky status svdrpdemo"

audiorecoder-plugin

# audiorecoder, use DIR as recording directory:
AUDIORECORDERDIR="/mp3/audiorecorder"

burn-plugin

# burn, use DIR to store ISO images:
BURNISODIR="${VIDEODIR}"

# burn, set JAVA_HOME environment variable, to point your JRE installation directory:
JAVA_HOME="${JAVA_HOME:-/usr/lib/java}"

digicam-plugin

# digicam, use DIR for photos:
DIGICAMDIR="${VIDEODIR}/photos"

image-plugin

# image, use DIR for images:
IMAGEDIR="${VIDEODIR}/images"

mp3-plugin

# mp3, use DIR for mp3s:
MP3DIR="/mp3"

muggle-plugin

# muggle, use toplevel DIR for music:
MUGGLEDIR="/mp3"

dvdselect-plugin

# dvdselect
DVDSELECTIMAGEDIR="${VIDEODIR}"
DVDSELECTDEVICENAME="${MNTDVD}"
DVDSELECTDEVICEORGNAME="/dev/scd0"