Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Drop nologin tmpfiles.d ......................................................................
recipe: Drop nologin tmpfiles.d Change-Id: Iaf603f23f91c4fe486f201a0a438a19eeb6bb313 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1261702 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-post.ks 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/63/47163/1 diff --git a/recipe/common-post.ks b/recipe/common-post.ks index d41dd17..4096490 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -350,3 +350,6 @@ sed -i "/^REDHAT_BUGZILLA_PRODUCT=/ s/.*/REDHAT_BUGZILLA_PRODUCT=\"$PRODUCT $VERSION\"/" /etc/os-release sed -i "/^PRETTY_NAME/ s/.*/PRETTY_NAME=\"$PRODUCT $VERSION\"/" /etc/os-release +echo "Removing nologin tmpfiles rhbz#1261702" +rm -vf /usr/lib/tmpfiles.d/systemd-nologin.conf + -- To view, visit https://gerrit.ovirt.org/47163 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf603f23f91c4fe486f201a0a438a19eeb6bb313 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
