summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-22 10:21:55 +0200
committerSimon Rettberg2014-10-22 10:21:55 +0200
commit6a967b143c7d0c63d3fd0126f9c106bb6c67a13c (patch)
tree9055d4286ffea84bcded12f1358640cf7c68d8e7 /satellit_installer/includes/00-variables.inc
parent[SSPS] Added exit codes to control.sh scripts (diff)
downloadsetup-scripts-6a967b143c7d0c63d3fd0126f9c106bb6c67a13c.tar.gz
setup-scripts-6a967b143c7d0c63d3fd0126f9c106bb6c67a13c.tar.xz
setup-scripts-6a967b143c7d0c63d3fd0126f9c106bb6c67a13c.zip
Add open-vm-tools
Diffstat (limited to 'satellit_installer/includes/00-variables.inc')
-rw-r--r--satellit_installer/includes/00-variables.inc13
1 files changed, 9 insertions, 4 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 1134881..80ad884 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -29,12 +29,17 @@ PACKAGELIST_SCRIPT="cracklib-runtime wget"
# options (-qq -y) --no-install-recommends to keep the list of installed packages
# 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 pure-ftpd-mysql atftpd php5-cgi php5-curl cifs-utils"
-PACKAGELIST_SERVER+=" sudo php5-common php5-mysqlnd php5-cli nfs-kernel-server"
-PACKAGELIST_SERVER+=" nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades"
+PACKAGELIST_SERVER="
+ mysql-server lighttpd pure-ftpd-mysql atftpd php5-cgi php5-curl cifs-utils
+ sudo php5-common php5-mysqlnd php5-cli nfs-kernel-server
+ nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades
+"
# Enter here packages needing installation of recommended packages as determines by apt-get:
-PACKAGELIST_WITH_RECOMMENDS="openjdk-7-jre-headless"
+PACKAGELIST_WITH_RECOMMENDS="
+ openjdk-7-jre-headless open-vm-tools
+"
+# (java simply fails otherwise, open-vm-tools needs recommended packages for its kernel modules)
### http for static files:
HTTP_BASE="http://132.230.8.69/satellit/"