propellor-5.7.0: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Types.PartSpec

Synopsis

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 ()]