diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-04 14:26:19 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-04 14:26:19 -0700 |
| commit | 265576507f11b887dd0f1094e29bc52e234d79d2 (patch) | |
| tree | cc97f39c6daf2db421b393ea6bd7a36adf3f024d | |
| parent | 2ae2378e2faa3370dbece0fbab670408f4e26ee2 (diff) | |
update docs
| -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 |
