pub type BootSpec = GenerationV1;Expand description
The current bootspec generation type.
Aliased Type§
pub struct BootSpec {
pub bootspec: BootSpecV1,
pub specialisations: HashMap<SpecialisationName, SpecialisationV1>,
}Fields§
§bootspec: BootSpecV1§specialisations: HashMap<SpecialisationName, SpecialisationV1>