diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 21:48:31 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 21:52:28 -0700 |
| commit | 474119770bd54a905fcdda25a7bb12f2b1ea1307 (patch) | |
| tree | e73de192ec61ebfdee5a528e27b0296ef2284f1c /src/Propellor/Property/Parted.hs | |
| parent | d48e5ca96e371946befd234f384eeb673099d3b2 (diff) | |
idempotency fix for kpartx
noticed kpartx could get confused if a disk image it had mapped was deleted and a fresh one mapped
Diffstat (limited to 'src/Propellor/Property/Parted.hs')
| -rw-r--r-- | src/Propellor/Property/Parted.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs index f463164e..aa7bece4 100644 --- a/src/Propellor/Property/Parted.hs +++ b/src/Propellor/Property/Parted.hs @@ -77,7 +77,7 @@ instance PartedVal PartType where val Extended = "extended" -- | All partition sizing is done in megabytes, so that parted can --- automatically lay out the partitions. +-- automatically lay out the partitions. -- -- Note that these are SI megabytes, not mebibytes. newtype MegaBytes = MegaBytes Integer |
