summaryrefslogtreecommitdiffstats
path: root/satellit_installer/satellit_installer
diff options
context:
space:
mode:
authorChristian Rößler2014-10-21 16:42:05 +0200
committerChristian Rößler2014-10-21 16:42:05 +0200
commit9c0a4e8707b2455525c4d7f960f6b1d366636cf0 (patch)
tree31de6ce437af3d066e743910099b423a055b0786 /satellit_installer/satellit_installer
parentAdd apt config for unattended upgrades, refactor global variables a bit (diff)
downloadsetup-scripts-9c0a4e8707b2455525c4d7f960f6b1d366636cf0.tar.gz
setup-scripts-9c0a4e8707b2455525c4d7f960f6b1d366636cf0.tar.xz
setup-scripts-9c0a4e8707b2455525c4d7f960f6b1d366636cf0.zip
[SSPS] Trying to fix trouble due to apt-get's usage of 'recommended' packages
Diffstat (limited to 'satellit_installer/satellit_installer')
-rwxr-xr-xsatellit_installer/satellit_installer6
1 files changed, 5 insertions, 1 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index fa916a3..6a0eda8 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -74,7 +74,11 @@ set_passwords # only to be used within certain circumstances -
# see includes/query_user.
preset_mysql_root # so mysqld keeps quiet when installing
-install_packages "$PACKAGELIST_SERVER" # Packages needed for server
+
+install_packages NOREC "$PACKAGELIST_SERVER" # Packages needed for server installable without
+ # recommended packages, so option NOREC is set.
+install_packages RECOM "$PACKAGELIST_WITH_RECOMMENDS" # Packages where installation of recommended
+ # packages is necessary, so opt. RECOM is set.
check_users # Meet interesting users with uid>=1000 and kill them.
# user 65534/sync will be ignored.