From c0bb73fd29316765958b97b0b10ed8f88d908236 Mon Sep 17 00:00:00 2001 From: Vladimir Slavik Date: Fri, 29 Jan 2021 15:09:17 +0100 Subject: [PATCH] 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 --- 80-rhel/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index 38139ea..11c0e87 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -2,7 +2,7 @@ <%page args="basearch, product"/> ## 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 redhat-release-eula