fedora-common-ostree: Add workaround for nfs-client.target

See: https://bugzilla.redhat.com/show_bug.cgi?id=2218006
This commit is contained in:
Timothée Ravier 2023-06-30 16:08:13 +02:00
parent fa59f1ec28
commit 32d3823b99

View file

@ -118,4 +118,7 @@ postprocess:
systemctl preset-all
rm -rf /etc/systemd/user/*
systemctl --user --global preset-all
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2218006
systemctl enable nfs-client.target
postprocess-script: "postprocess.sh"