summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DirectBoot.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-13 20:44:44 -0400
committerJoey Hess2018-10-13 20:44:44 -0400
commit85ae22f03996b2e1ff609e08fb514824878947ef (patch)
treefd21c784bed90ffda5a7fee75523dd31b8d92201 /src/Propellor/Property/DirectBoot.hs
parentf0b5074f107d1da2043701894254f7e85b090331 (diff)
parented118fb909ff5d5f5d030570878bdb1c0fe0ff18 (diff)
Merge remote-tracking branch 'remotes/bremner/proposed/direct-boot'
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]