From d6b805ae09c7487b88c8c77aaef2e716f3ad87e1 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 27 Feb 2017 12:06:51 -0500 Subject: [PATCH] add ostree to get installed in anaconda environment rpm-ostree used to have a requirement on the ostree rpm. It no longer has that dependency, but rather requires ostree-libs. However, we call ostree directly in some cases so we need to have it installed. --- share/templates.d/99-generic/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index ad04c3b9..a6bba6f1 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -9,7 +9,7 @@ installpkg tmux installpkg gdb ## Other available payloads installpkg dnf -installpkg rpm-ostree +installpkg rpm-ostree ostree ## speed up compression on multicore systems installpkg pigz