diff options
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 3 |
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 |
