From c3250cdf27b19e130387fb95900f6f4e0deb91ef Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 9 Jan 2025 01:41:40 +0100 Subject: [PATCH] Fedora Config: disabled weakdependencies --- CT-Build/Fedora.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CT-Build/Fedora.yaml b/CT-Build/Fedora.yaml index acd76d3..cada0d9 100644 --- a/CT-Build/Fedora.yaml +++ b/CT-Build/Fedora.yaml @@ -86,6 +86,7 @@ packages: - policycoreutils - procps-ng - systemd-udev + - systemd-networkd - which - dnf-automatic action: install @@ -109,6 +110,9 @@ actions: # Let dnf find the fastest mirror echo fastestmirror=True >> /etc/dnf/dnf.conf + # Skip weak dependencies + echo install_weak_deps=False >> /etc/dnf/dnf.conf + #ProxyCacheSetting echo '#CacheServer not set' >> /etc/dnf/dnf.conf @@ -140,8 +144,6 @@ actions: #!/bin/sh umount -l /etc/resolv.conf || true rm /etc/resolv.conf - ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf - systemctl enable systemd-resolved cp -R /etc/skel/.bash* /root/ systemctl enable dnf-automatic.timer