summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-22 19:13:05 +0200
committerSimon Rettberg2014-10-22 19:13:05 +0200
commit0d8dded26c5c1934eb1f4dd85228595c6eb43a0a (patch)
treee43874c96bd0e4404c4f47809ffbba2c97b87dc0 /satellit_installer/includes/00-variables.inc
parentAdd open-vm-tools (diff)
downloadsetup-scripts-0d8dded26c5c1934eb1f4dd85228595c6eb43a0a.tar.gz
setup-scripts-0d8dded26c5c1934eb1f4dd85228595c6eb43a0a.tar.xz
setup-scripts-0d8dded26c5c1934eb1f4dd85228595c6eb43a0a.zip
Outsource and translate firstrun.sh, rename variables
- Moved the firstrun script to a static file to make its handling easier (no more escaping hell) - firstrun.sh is now in German, as it will be run by the end user - Also renamed some variables to better fit their purpose (LOGDIR, INSTALLDIR)
Diffstat (limited to 'satellit_installer/includes/00-variables.inc')
-rw-r--r--satellit_installer/includes/00-variables.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 80ad884..5d8f115 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -6,17 +6,6 @@
# SELF="$(readlink -f "$0")"
# BASEDIR="$(dirname "${SELF}")"
-export LOGDIR="$BASEDIR/config"
-export INSTALLDIR="/opt/dmsd/"
-export TASKMANDIR="/opt/taskmanager/"
-export OPENSLXDIR="/opt/openslx/"
-export OPENSLXSRVDIR="/srv/openslx/"
-export LDADPDIR="/opt/ldadp/"
-export SYNCDAEMONDIR="/opt/syncdaemon/"
-export TFTPDIR="/srv/openslx/tftp"
-export WWWDIR="/srv/openslx/www"
-readonly LOGDIR INSTALLDIR TASKMANDIR OPENSLXDIR OPENSLXSRVDIR LDADPDIR SYNCDAEMONDIR TFTPDIR WWWDIR
-
export DEBIAN_FRONTEND="noninteractive" # Part of keeping apt quiet
export LANG="en_US.UTF-8"