[PATCH] runtime-install: Add rpm-ostree, move dnf here

Brian C. Lane bcl at redhat.com
Sat May 10 01:08:31 UTC 2014


On Fri, May 09, 2014 at 06:21:32PM +0000, Colin Walters wrote:
> 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 50dfd1a..57442d1 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
> 
> -- 
> 1.8.3.1

Ack to this part. Are there optional parts that could be removed to keep
the install image size down? runtime-cleanup.tmpl is used to remove
things that aren't strictly needed.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list