summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-04 14:26:19 -0700
committerJoey Hess2015-09-04 14:26:19 -0700
commit265576507f11b887dd0f1094e29bc52e234d79d2 (patch)
treecc97f39c6daf2db421b393ea6bd7a36adf3f024d /src/Propellor/Property/DiskImage.hs
parent2ae2378e2faa3370dbece0fbab670408f4e26ee2 (diff)
update docs
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
-rw-r--r--src/Propellor/Property/DiskImage.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index 3cd4b46a..d7fd6a04 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -228,7 +228,8 @@ fudge (MegaBytes n) = MegaBytes (n + n `div` 10)
--
-- The size that is eventually provided is the amount of space needed to
-- hold the files that appear in the directory where the partition is to be
--- mounted. Plus a fudge factor, since filesystems have some space overhead.
+-- mounted. Plus a 10% fudge factor, since filesystems have some space
+-- overhead.
--
-- (Partitions that are not to be mounted (ie, LinuxSwap), or that have
-- no corresponding directory in the chroot will have 128 MegaBytes