summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Parted.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-25 17:48:47 -0400
committerJoey Hess2017-07-25 17:48:47 -0400
commitd35c1c7ad1539da24e6ab071d8d669912f330f0c (patch)
tree489bdecd13326907d4cc827b4371d17f4c057e8e /src/Propellor/Property/Parted.hs
parent0f1f0b7a75398bbf1155d429612bd20415731bd1 (diff)
new properties
* Added Rsync.installed property. * Added DiskImage.vmdkBuilt property which is useful for booting a disk image in VirtualBox.
Diffstat (limited to 'src/Propellor/Property/Parted.hs')
-rw-r--r--src/Propellor/Property/Parted.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs
index 970f5b9a..43744142 100644
--- a/src/Propellor/Property/Parted.hs
+++ b/src/Propellor/Property/Parted.hs
@@ -111,7 +111,7 @@ partitionTableOverhead = MegaBytes 1
--
-- For example:
--
--- > calcPartTable (1024 * 1024 * 1024 * 100) MSDOS
+-- > calcPartTable (DiskSize (1024 * 1024 * 1024 * 100)) MSDOS
-- > [ partition EXT2 `mountedAt` "/boot"
-- > `setSize` MegaBytes 256
-- > `setFlag` BootFlag