mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
mkosi: delete /etc/resolv.conf to let tmpfiles handle it
In case the distribution creates or ships resolv.conf, delete it and let tmpfiles handle it
This commit is contained in:
@@ -75,3 +75,6 @@ if command -v authselect >/dev/null; then
|
||||
authselect enable-feature with-homed
|
||||
fi
|
||||
fi
|
||||
|
||||
# Let tmpfiles.d/systemd-resolve.conf handle the symlink
|
||||
rm -f /etc/resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user