From: Colin Walters walters@verbum.org
rpm-ostree is a new payload type available in Anaconda, will be used by RHEL Atomic Host.
Related: rhbz#1113535 Port of rpmostreepayload patches from master commit 3345a97f35e3c0af358dbb6d5ee7e0caf4eba051 --- share/runtime-install.tmpl | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index a1d21d3..8ff8b72 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -7,6 +7,8 @@ installpkg anaconda anaconda-widgets installpkg tmux installpkg firstboot installpkg iscsi-initiator-utils +## Other available payloads +installpkg rpm-ostree
## kernel and firmware installpkg kernel
On Fri, 2014-07-25 at 10:36 +0200, Radek Vykydal wrote:
From: Colin Walters walters@verbum.org
rpm-ostree is a new payload type available in Anaconda, will be used by RHEL Atomic Host.
Related: rhbz#1113535 Port of rpmostreepayload patches from master commit 3345a97f35e3c0af358dbb6d5ee7e0caf4eba051
share/runtime-install.tmpl | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index a1d21d3..8ff8b72 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -7,6 +7,8 @@ installpkg anaconda anaconda-widgets installpkg tmux installpkg firstboot installpkg iscsi-initiator-utils +## Other available payloads +installpkg rpm-ostree
A blank space above the comment would be nice. :)
anaconda-patches@lists.fedorahosted.org