From 08c446f6c3f8a6f87a1b4a74a21ab99e0331824f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 14 Jun 2022 16:11:40 -0400 Subject: [PATCH] Drop redundant variant_as_lookaside entries Signed-off-by: Stephen Gallagher --- fedora/override.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora/override.conf b/fedora/override.conf index 96b3b10..35f15bd 100644 --- a/fedora/override.conf +++ b/fedora/override.conf @@ -40,11 +40,8 @@ lorax_options = [ # Drop the variants we do not care about from the variant_as_lookaside. variant_as_lookaside = [ ("AppStream", "BaseOS"), - ("CRB", "BaseOS"), - ("CRB", "AppStream"), ("Extras", "BaseOS"), ("Extras", "AppStream"), - ("Extras", "CRB"), ("HighAvailability", "BaseOS"), ("HighAvailability", "AppStream"), ("ResilientStorage", "BaseOS"),