summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-25 16:29:34 +0200
committerSimon Rettberg2019-10-25 16:29:34 +0200
commit1600f16b01f57ad507873b1ea0295672ce780cae (patch)
tree38996d70cd19bd7478d6e5b598a4a965e6b05e01 /satellit_installer
parent[SSPS] Move slx-admin db init to install stage, add predefined data (diff)
downloadsetup-scripts-1600f16b01f57ad507873b1ea0295672ce780cae.tar.gz
setup-scripts-1600f16b01f57ad507873b1ea0295672ce780cae.tar.xz
setup-scripts-1600f16b01f57ad507873b1ea0295672ce780cae.zip
[SSPS] Fix slx-admin module list; switch vom java8 to 11
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/includes/00-variables.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 4cd3452..fa3813b 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -31,7 +31,7 @@ PACKAGELIST_SERVER="
# Enter here packages needing installation of recommended packages as determines by apt-get:
PACKAGELIST_WITH_RECOMMENDS="
- openjdk-8-jre-headless open-vm-tools
+ openjdk-11-jre-headless open-vm-tools
"
# (java simply fails otherwise, open-vm-tools needs recommended packages for its kernel modules)
@@ -45,6 +45,6 @@ HTTP_FILES+=" slx-admin.tar.gz syslinux6.tar.gz syslinux4.tar.gz"
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 js_weekcalendar locationinfo locations main minilinux news permissionmanager"
-SLXADMIN_MODULES+=" serversetup-bwlp rebootcontrol roomplanner runmode session statistics statistics_reporting summernote sysconfig"
+SLXADMIN_MODULES+=" serversetup-bwlp-ipxe rebootcontrol roomplanner runmode session statistics statistics_reporting summernote sysconfig"
SLXADMIN_MODULES+=" syslog systemstatus vmstore webinterface"