diff --git a/c8-stream.conf b/c8-stream.conf index 0e026ea..aba085f 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -106,7 +106,7 @@ lorax_options = [ ] buildinstall_skip = [ - ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", { + ("^(AppStream|PowerTools|CR|HighAvailability|RT|ResilientStorage|NFV)$", { "*": True }), ] @@ -122,7 +122,7 @@ image_volid_formats = [ '{release_short}-{version}-{arch}-{disc_type}', ] create_optional_isos = False createiso_skip = [ - ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', { + ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT|ResilientStorage|NFV)$', { '*': True, 'src':True }),