From 5b9303f50a9283aaeb85b7665392822e53f73423 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 20:54:38 -0700 Subject: propellor spin --- src/Propellor/Property/Parted.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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 -> [] -- cgit v1.2.3