diff --git a/pkg/manifest/os.go b/pkg/manifest/os.go index dc3365f765..c88815f3cc 100644 --- a/pkg/manifest/os.go +++ b/pkg/manifest/os.go @@ -39,8 +39,7 @@ type OSCustomizations struct { // These are the statically defined packages for the image type. BasePackages []string - // Modules to install in addition to the ones required by the pipeline. - // These are the statically defined packages for the image type. + // Module streams to make available for installation. BaseModules []string // Packages to exclude from the base package set. This is useful in