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, 7 insertions, 0 deletions
diff --git a/src/Propellor/Property/DirectBoot.hs b/src/Propellor/Property/DirectBoot.hs
new file mode 100644
index 00000000..4807471e
--- /dev/null
+++ b/src/Propellor/Property/DirectBoot.hs
@@ -0,0 +1,7 @@
+module Propellor.Property.DirectBoot(installed) where
+
+import Propellor.Base
+import Propellor.Types.Bootloader
+
+installed :: Property (HasInfo + UnixLike)
+installed = pureInfoProperty "direct boot" [DirectBoot]