From 0d42cdc8ab6483b9c9d805753299aa32d62d7071 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 15 Jun 2022 14:42:53 -0400 Subject: [PATCH] Install tree comes from BaseOS Signed-off-by: Stephen Gallagher --- fedora/override.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/override.conf b/fedora/override.conf index 3271562..0619043 100644 --- a/fedora/override.conf +++ b/fedora/override.conf @@ -110,7 +110,7 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 10, 'repo': ["BaseOS","AppStream","CRB"], - 'install_tree_from': 'Everything', + 'install_tree_from': 'BaseOS', 'subvariant': 'Container_Base', 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], 'failable': ['*'],