fedora-common-ostree: Add workaround for nfs-client.target
See: https://bugzilla.redhat.com/show_bug.cgi?id=2218006
This commit is contained in:
parent
fa59f1ec28
commit
32d3823b99
1 changed files with 3 additions and 0 deletions
|
@ -118,4 +118,7 @@ postprocess:
|
||||||
systemctl preset-all
|
systemctl preset-all
|
||||||
rm -rf /etc/systemd/user/*
|
rm -rf /etc/systemd/user/*
|
||||||
systemctl --user --global preset-all
|
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"
|
postprocess-script: "postprocess.sh"
|
||||||
|
|
Loading…
Reference in a new issue