summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-dirs.inc
blob: cd6d38330730b38b1d978d88349082020a923fd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Do not rename this file, it is copied later on by the script dropper
export CONFIGDIR="$BASEDIR/config"
export DMSDDIR="/opt/dmsd/"
export DNBD3DIR="/opt/openslx/dnbd3/"
export TASKMANDIR="/opt/taskmanager/"
export OPENSLXDIR="/opt/openslx/"
export OPENSLXSRVDIR="/srv/openslx/"
export LDADPDIR="/opt/ldadp/"
export TFTPDIR="$OPENSLXSRVDIR/tftp"
export WWWDIR="$OPENSLXSRVDIR/www"
export PATH_SLXADMIN="$WWWDIR/slx-admin"
export IPXEDIR="$OPENSLXDIR/ipxe"
export SLXADMINCACHE="/var/cache/slx-admin"
readonly CONFIGDIR DMSDDIR DNBD3DIR TASKMANDIR OPENSLXDIR OPENSLXSRVDIR LDADPDIR SYNCDAEMONDIR TFTPDIR WWWDIR PATH_SLXADMIN