Skip to content

Commit

Permalink
Include the anaconda-install-env-deps metapackage
Browse files Browse the repository at this point in the history
Use the anaconda-install-env-deps metapackage to pull in the
Anaconda dependencies needed in the installation environment.

The anaconda-install-env-deps metapackage lists all install time
dependencies and makes it possible for packages such as
Initial Setup to depend on Anaconda without pulling all
the (mainly storage related) install time dependencies
to the installed system.

The same is applicable for dirinstall which also does
not require the install time dependencies as it is just
installing to a local folder.

Also drop the tmux and gdb dependencies from the template as
both have been added to the metapackage to make install time
dependency tracking more consistent.
  • Loading branch information
M4rtinK authored and bcl committed Apr 5, 2018
1 parent 1cf2d8f commit 106f330
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions share/templates.d/99-generic/runtime-install.tmpl
Expand Up @@ -2,11 +2,7 @@
<%page args="basearch, product"/>

## anaconda package
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon
## anaconda deps that aren't in the RPM
installpkg tmux
## for anaconda crash handling
installpkg gdb
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-deps
## Other available payloads
installpkg dnf
installpkg rpm-ostree ostree
Expand Down

0 comments on commit 106f330

Please sign in to comment.