From 75314ee3d7d2655cc441addbe1f862a4aaaf0434 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 4 Sep 2018 16:48:38 -0400 Subject: [PATCH] common-ostree: Explicitly list lvm2 Surprisingly in comps, it's just part of the anaconda group, and so it ends up on workstation systems indirectly because anaconda is part of the livecd. For Fedora Atomic Host, we list it explicitly. It turns out that when we dropped `docker/atomic`, nothing else was pulling in `lvm2`. --- fedora-common-ostree.json | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-common-ostree.json b/fedora-common-ostree.json index 4786836..2877d30 100644 --- a/fedora-common-ostree.json +++ b/fedora-common-ostree.json @@ -11,6 +11,7 @@ "flatpak", "flatpak-builder", "git-core", + "lvm2", "podman", "rpm-ostree", "skopeo",