debian-forge-composer/internal/image
Achilleas Koutsou a63fe649cb manifest: don't use the users flag in NewAnacondaStageOptions()
Before we only had one optional kickstart module we would enable that
was Users, so we just had a single boolean for adding it.  Now that we
often need to add multiple modules, keep the default ones in the
NewAnacondaStageOptions() function, but only have a single argument for
adding additional, optional modules.  If the user module needs to be
enabled, add it to the list of additional ones.
2022-12-13 20:33:27 +00:00
..
archive.go image: new ImageKind: archive 2022-11-28 17:20:49 +01:00
container.go image: introduce image kinds for Fedora 2022-07-22 16:04:07 +02:00
image.go image: add image kind abstraction 2022-07-22 16:04:07 +02:00
image_installer.go image: add ISOLinux stage only for x86_64 2022-12-13 21:14:55 +01:00
live.go image: panic if unknown compression option is specified 2022-11-28 17:20:49 +01:00
ostree_archive.go Separate ostree ref from parent spec in Pipelines and ImageKinds 2022-10-11 10:00:22 +02:00
ostree_container.go Separate ostree ref from parent spec in Pipelines and ImageKinds 2022-10-11 10:00:22 +02:00
ostree_installer.go manifest: don't use the users flag in NewAnacondaStageOptions() 2022-12-13 20:33:27 +00:00
ostree_raw.go image: separate raw image pipeline from InstantiateManifest 2022-12-11 12:37:37 +00:00
ostree_simplified_installer.go image: new image kind: OSTreeSimplifiedInstaller 2022-12-11 12:37:37 +00:00