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