summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DirectBoot.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-13 20:58:37 -0400
committerJoey Hess2018-10-13 20:59:52 -0400
commit5e18093fefe72fbd6028132ba793bb303b1cd3c7 (patch)
tree155a3da4eb1300d4e64d8bf7c24b04050b191f7d /src/Propellor/Property/DirectBoot.hs
parent85ae22f03996b2e1ff609e08fb514824878947ef (diff)
name bikeshedding
Diffstat (limited to 'src/Propellor/Property/DirectBoot.hs')
-rw-r--r--src/Propellor/Property/DirectBoot.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Propellor/Property/DirectBoot.hs b/src/Propellor/Property/DirectBoot.hs
deleted file mode 100644
index 4807471e..00000000
--- a/src/Propellor/Property/DirectBoot.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-module Propellor.Property.DirectBoot(installed) where
-
-import Propellor.Base
-import Propellor.Types.Bootloader
-
-installed :: Property (HasInfo + UnixLike)
-installed = pureInfoProperty "direct boot" [DirectBoot]