Versions in this module Expand all Collapse all v0 v0.18.1 Sep 20, 2025 Changes in this version + type IdentifiedPartition struct + Id string + func (i *IdentifiedPartition) IsValid() error + type OS struct + Hostname string + KernelCommandLine imagecustomizerapi.KernelCommandLine + Modules imagecustomizerapi.ModuleList + Overlays *[]Overlay + RootDevice string + SELinux imagecustomizerapi.SELinux + Services imagecustomizerapi.Services + Users []imagecustomizerapi.User + Verity *Verity + func (s *OS) IsValid() error + type Overlay struct + LowerDir string + Partition *IdentifiedPartition + UpperDir string + WorkDir string + func (o *Overlay) IsValid() error + type Verity struct + CorruptionOption imagecustomizerapi.CorruptionOption + DataDevice string + HashDevice string + Id string + Name string + func (v *Verity) IsValid() error