Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pkg/manifest/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading