summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DirectBoot.hs
blob: 4807471e0ccf26cdc1babda67fba091cc95cc5cf (plain)
1
2
3
4
5
6
7
module Propellor.Property.DirectBoot(installed) where

import Propellor.Base
import Propellor.Types.Bootloader

installed :: Property (HasInfo + UnixLike)
installed = pureInfoProperty "direct boot" [DirectBoot]