Fedora Config: disabled weakdependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user