Safe Haskell | None |
---|---|
Language | Haskell98 |
Propellor.Types.PartSpec
- type PartSpec t = (Maybe MountPoint, MountOpts, PartSize -> Partition, t)
- data PartTableSpec = PartTableSpec TableType [PartSpec ()]
Documentation
type PartSpec t = (Maybe MountPoint, MountOpts, PartSize -> Partition, t) Source #
Specifies a mount point, mount options, and a constructor for a Partition that determines its size.
data PartTableSpec Source #
Specifies a partition table.
Constructors
PartTableSpec TableType [PartSpec ()] |
Instances
Show PartTableSpec Source # | |