From 32d3823b99db88ec829d56e3de173fe983ca45a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 30 Jun 2023 16:08:13 +0200 Subject: [PATCH] fedora-common-ostree: Add workaround for nfs-client.target See: https://bugzilla.redhat.com/show_bug.cgi?id=2218006 --- fedora-common-ostree.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 62c6f4e..0e67b0d 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -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"