Skip to content

Commit 4cc5b96

Browse files
mvo5supakeen
authored andcommitted
bib: enable anaconda Module{Network,Payload,Runtime,Storage}
Previously images [0] would take `AdditionalAnacondaModules`, i.e. we had a set of defaults in code with - anaconda.ModuleNetwork - anaconda.ModulePayloads - anaconda.ModuleRuntime - anaconda.ModuleStorage enabled by default. With the PR landed there are no longer default so we need to update our code to include those in the list of EnabledAnacondaModules. [0] Before osbuild/images#1737
1 parent 7de3e8b commit 4cc5b96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bib/cmd/bootc-image-builder/image.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,11 @@ func manifestForISO(c *ManifestConfig, rng *rand.Rand) (*manifest.Manifest, erro
547547
anaconda.ModuleUsers,
548548
anaconda.ModuleServices,
549549
anaconda.ModuleSecurity,
550+
// XXX: get from the imagedefs
551+
anaconda.ModuleNetwork,
552+
anaconda.ModulePayloads,
553+
anaconda.ModuleRuntime,
554+
anaconda.ModuleStorage,
550555
)
551556

552557
img.Kickstart.OSTree = &kickstart.OSTree{

0 commit comments

Comments
 (0)