From a3eb4bf6482cd68664c4e11ba17c6ab4a70f2e0c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 21 Aug 2025 12:22:06 +0200 Subject: [PATCH] manifest: fix comment for OSCustomizations.BaseModules This commit fixes an incorrect comment in the description of OSCustomizations.BaseModules. Thanks to Thozza, c.f. https://github.com/osbuild/images/pull/1770#discussion_r2289845280 --- pkg/manifest/os.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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