summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
diff options
context:
space:
mode:
authorChristian Rößler2018-04-16 14:17:05 +0200
committerChristian Rößler2018-04-16 14:17:05 +0200
commit4ced5000dc8199b0085ae2c0c9c538e45b19ccf2 (patch)
tree19a1d2ec7fcfcf3fea3a9d9fbbe5669d7f8e5a95 /satellit_installer/includes/00-variables.inc
parentRevert "[SSUS] updater.template.sh: Check for major version (Deb.) accepts 9" (diff)
downloadsetup-scripts-4ced5000dc8199b0085ae2c0c9c538e45b19ccf2.tar.gz
setup-scripts-4ced5000dc8199b0085ae2c0c9c538e45b19ccf2.tar.xz
setup-scripts-4ced5000dc8199b0085ae2c0c9c538e45b19ccf2.zip
[SPSS] dnbd3 server added
Diffstat (limited to 'satellit_installer/includes/00-variables.inc')
-rw-r--r--satellit_installer/includes/00-variables.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 9df6a4e..d336c1d 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -26,6 +26,7 @@ PACKAGELIST_SERVER="
sudo php-common php-mysqlnd php-cli nfs-kernel-server curl
nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades gnupg
libowfat-dev libssl-dev gcc make liblzma-dev tmate php-xml net-tools
+ libjansson4
"
# Enter here packages needing installation of recommended packages as determines by apt-get:
@@ -36,13 +37,14 @@ PACKAGELIST_WITH_RECOMMENDS="
### http for static files:
HTTP_BASE="http://files.bwlp.ks.uni-freiburg.de/install/"
-HTTP_FILES="dmsd.jar openslx_tftp.tar.gz"
+HTTP_FILES="dmsd.jar dnbd3-server openslx_tftp.tar.gz"
HTTP_FILES+=" taskmanager.tar.gz db_sat_dump.sql"
HTTP_FILES+=" slx-admin.tar.gz syslinux6.tar.gz syslinux4.tar.gz"
### slxadmin module list: which modules from modules-available will be (symbolically) linked:
-SLXADMIN_MODULES="adduser backup baseconfig baseconfig_bwidm baseconfig_bwlp bootstrap_datepicker bootstrap_dialog"
-SLXADMIN_MODULES+=" bootstrap_timepicker bootstrap_multiselect bootstrap_switch dozmod eventlog exams js_chart js_circles"
-SLXADMIN_MODULES+=" js_jqueryui js_moment js_selectize js_stupidtable js_vis locationinfo locations main minilinux news"
-SLXADMIN_MODULES+=" serversetup-bwlp rebootcontrol roomplanner session statistics statistics_reporting summernote sysconfig"
+SLXADMIN_MODULES="adduser backup baseconfig baseconfig_bwidm baseconfig_bwlp bootstrap_datepicker bootstrap_dialog bootstrap_timepicker"
+SLXADMIN_MODULES+=" bootstrap_multiselect bootstrap_switch dnbd3 dozmod eventlog exams js_chart js_circles js_jqueryui js_moment"
+SLXADMIN_MODULES+=" js_selectize js_stupidtable js_vis locationinfo js_weekcalendar locationinfo locations main minilinux news"
+SLXADMIN_MODULES+=" serversetup-bwlp rebootcontrol roomplanner runmode session statistics statistics_reporting summernote sysconfig"
SLXADMIN_MODULES+=" syslog systemstatus vmstore webinterface"
+