diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Parted.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs index 6d125b85..0b053422 100644 --- a/src/Propellor/Property/Parted.hs +++ b/src/Propellor/Property/Parted.hs @@ -138,7 +138,6 @@ partitioned eep disk (PartTable tabletype parts) = property desc $ do setunits = ["unit", "B"] -- tell parted we use bytes mkpart partnum offset p = [ "mkpart" - , show partnum , val (partType p) , val (partFs p) , show offset |
