summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorChristian Rößler2018-04-16 15:35:09 +0200
committerChristian Rößler2018-04-16 15:35:09 +0200
commit9abc279bc2295cd74100bdac4a185a27912250e1 (patch)
tree1e50da0b56cac2d0c58e7d65b7fccac3f716c2a7 /satellit_installer
parent[SSPS] dnbd3 server added (to installer) (diff)
downloadsetup-scripts-9abc279bc2295cd74100bdac4a185a27912250e1.tar.gz
setup-scripts-9abc279bc2295cd74100bdac4a185a27912250e1.tar.xz
setup-scripts-9abc279bc2295cd74100bdac4a185a27912250e1.zip
[SSPS] oo-vars: tftpd-hpa, not atftpd
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/includes/00-variables.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index d336c1d..aecf1b0 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -22,10 +22,10 @@ PACKAGELIST_SCRIPT="cracklib-runtime wget"
# lithe and lean. So, if you add a package here make sure it installs using these options.
# If this is not the case or in doubt use PACKAGELIST_WITH_RECOMMENDS below.
PACKAGELIST_SERVER="
- mysql-server lighttpd atftpd php-cgi php-curl cifs-utils php-mbstring
+ mysql-server lighttpd php-cgi php-curl cifs-utils php-mbstring
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
+ libowfat-dev libssl-dev gcc make liblzma-dev tftpd-hpa tmate php-xml net-tools
libjansson4
"
@@ -44,7 +44,7 @@ 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 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+=" 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+=" syslog systemstatus vmstore webinterface"