diff --git a/internal/distro/rhel90/stage_options.go b/internal/distro/rhel90/stage_options.go index 3d08e997c..7456136fc 100644 --- a/internal/distro/rhel90/stage_options.go +++ b/internal/distro/rhel90/stage_options.go @@ -29,10 +29,6 @@ func rpmStageOptions(repos []rpmmd.RepoConfig) *osbuild.RPMStageOptions { return &osbuild.RPMStageOptions{ GPGKeys: gpgKeys, - Exclude: &osbuild.Exclude{ - // NOTE: Make configurable? - Docs: true, - }, } }