From 3345a97f35e3c0af358dbb6d5ee7e0caf4eba051 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 12 May 2014 08:28:52 -0700 Subject: [PATCH] runtime-install: Add rpm-ostree, move dnf here rpm-ostree is a new payload type available in Anaconda, will be used by Project Atomic (http://projectatomic.io) builds and the new Fedora Cloud Docker Host. dnf has previously existed, but as it's only required at installation time, let's move it here as well. Per discussion on the anaconda list, we don't want to pull these in as a dependency of the "anaconda" package as initial-setup -> anaconda which means they end up on every system. --- share/runtime-install.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 50dfd1aa..403b8457 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -6,6 +6,9 @@ installpkg anaconda anaconda-widgets ## anaconda deps that aren't in the RPM installpkg tmux installpkg iscsi-initiator-utils +## Other available payloads +installpkg dnf +installpkg rpm-ostree ## speed up compression on multicore systems installpkg pigz