diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-07 01:03:53 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-07 01:03:53 -0400 |
| commit | 868e2c473ac43f8e6432b1672f57bbdcb1872174 (patch) | |
| tree | 735a4dfb449cb1bd7a43578a1774fbcdbfdebf95 /src/Propellor/Property/DiskImage.hs | |
| parent | 105c0f923ed7db23210a9593b6b677e61dae7d99 (diff) | |
Added Propellor.Property.Fstab, and moved the fstabbed property to there.
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs index 718768c2..afeaa287 100644 --- a/src/Propellor/Property/DiskImage.hs +++ b/src/Propellor/Property/DiskImage.hs @@ -30,6 +30,7 @@ import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt import Propellor.Property.Parted import Propellor.Property.Mount +import Propellor.Property.Fstab (SwapPartition(..), genFstab) import Propellor.Property.Partition import Propellor.Property.Rsync import Propellor.Container |
