summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DirectBoot.hs
diff options
context:
space:
mode:
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]