Use image dependencies metapackage
The difference between the anaconda-install-{env,img}-deps packages is how they treat dependencies. The -env package leaves some dependencies as weak to allow less featureful builds. The -img package hard-requires everything Anaconda could potentially use and ensures everything works. For boot.iso, the latter is preferable. Its usage moves some things from the templates to that package. Signed-off-by: Brian C. Lane <bcl@redhat.com>
This commit is contained in:
parent
d4dc777da3
commit
c0bb73fd29
@ -2,7 +2,7 @@
|
|||||||
<%page args="basearch, product"/>
|
<%page args="basearch, product"/>
|
||||||
|
|
||||||
## anaconda package
|
## anaconda package
|
||||||
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-env-deps
|
installpkg anaconda anaconda-widgets kexec-tools-anaconda-addon anaconda-install-img-deps
|
||||||
installpkg oscap-anaconda-addon
|
installpkg oscap-anaconda-addon
|
||||||
# installpkg redhat-release-eula
|
# installpkg redhat-release-eula
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user