From 00ce4591aacfc2c16d8a3204ebd5dd0fc52d5825 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Sep 2015 19:33:54 -0700 Subject: improve exports --- src/Propellor/Property/DiskImage.hs | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs index a406428a..8ee77376 100644 --- a/src/Propellor/Property/DiskImage.hs +++ b/src/Propellor/Property/DiskImage.hs @@ -12,11 +12,22 @@ module Propellor.Property.DiskImage ( imageBuiltFrom, imageExists, -- * Partition specifiction - module Propellor.Property.Parted, MountPoint, PartSpec, mountedAt, swapPartition, + TableType(..), + PartTable(..), + Partition(..), + mkPartition, + Fs(..), + PartSize(..), + ByteSize, + toPartSize, + fromPartSize, + reducePartSize, + PartType(..), + PartFlag(..), -- * Partition sizing SizePartTable, fitChrootSize, @@ -45,7 +56,7 @@ import System.Posix.Files type DiskImage = FilePath --- | Creates a bootable disk image in the specified file. +-- | Creates a bootable disk image. -- -- First the specified Chroot is set up, and its properties are satisfied. -- -- cgit v1.2.3