]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Do not install @core and exclude weakdeps, remove snappy because weakdep
authorThomas Dalichow <thomas.dalichow@digitaspixelpark.com>
Tue, 14 Nov 2023 17:22:14 +0000 (18:22 +0100)
committerThomas Dalichow <thomas.dalichow@digitaspixelpark.com>
Tue, 14 Nov 2023 17:22:14 +0000 (18:22 +0100)
etc/cobbler-distros.d/rhel-9.yaml
templates/el9-standard.ks

index ced3ff547682217f7e7ce0f5893329c5f029ea16..d547c344055052d6046f2f2a9e0ca877dc698cca 100644 (file)
@@ -97,7 +97,6 @@ cobbler-distros:
       - '-redhat-release-eula'
       - '-rpcbind'
       - '-rpm-plugin-audit'
-      - '-snappy'
     snippets:
       - 'tpl.001.basics.sh'
       - 'tpl.010.authkeys.sh'
index a85e18431be94da3d42591a6f2eb79fd71f0c219..f9c020c813318dad5928ae114a18e0e7ecbe75d5 100644 (file)
@@ -65,7 +65,7 @@ logvol  /var/log  --vgname=vgroot --name=log  --fstype=xfs  --size=3072
 ##########################################
 # Packages
 
-%packages
+%packages --nocore --exclude-weakdeps
 {%- for package in distro.packages %}
 {{ package }}
 {%- endfor %}