diff options
Diffstat (limited to 'src')
| -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 09753cd1..8c71de5b 100644 --- a/src/Propellor/Property/Parted.hs +++ b/src/Propellor/Property/Parted.hs @@ -142,7 +142,7 @@ partitioned eep disk (PartTable tabletype parts) = property desc $ do -- it makes parted automatically adjust the first partition -- start to be beyond the start of the partition table. , if offset == 0 then "0" else show offset ++ "B" - , show (offset + partSize p) + , show (offset + partSize p) ++ "B" ] ++ case partName p of Just n -> ["name", show partnum, n] Nothing -> [] |
