summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-19 20:37:55 +0200
committerSimon Rettberg2014-10-19 20:37:55 +0200
commitfdc0eb30101d1505ac5ce674a18a14869f3105d0 (patch)
treed46ec0a9488ba6524acc8bdbcf7ed0d0f8735063 /satellit_installer/includes/00-variables.inc
parent[SSPS] Also generating an sshd host ecdsa key (diff)
downloadsetup-scripts-fdc0eb30101d1505ac5ce674a18a14869f3105d0.tar.gz
setup-scripts-fdc0eb30101d1505ac5ce674a18a14869f3105d0.tar.xz
setup-scripts-fdc0eb30101d1505ac5ce674a18a14869f3105d0.zip
Add apt config for unattended upgrades, refactor global variables a bit
Diffstat (limited to 'satellit_installer/includes/00-variables.inc')
-rw-r--r--satellit_installer/includes/00-variables.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 3774e92..94c3b58 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -12,10 +12,13 @@ export TASKMANDIR="/opt/taskmanager/"
export OPENSLXDIR="/opt/openslx/"
export OPENSLXSRVDIR="/srv/openslx/"
export LDADPDIR="/opt/ldadp/"
-export DEBIAN_FRONTEND=noninteractive # Part of keeping apt quiet
-export LANG=en_US.UTF-8
export SYNCDAEMONDIR="/opt/syncdaemon/"
-export SYSLINUX6DIR="/srv/openslx/tftp"
+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"
### Needed Packages:
# Set list of needed packages (scripting needs) - remember, Debian-specific so far.