summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Bootloader.hs
blob: 9822d520470766c87a8ba3ac561e245f3a86a2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-# LANGUAGE FlexibleInstances, DeriveDataTypeable #-}

module Propellor.Types.Bootloader where

import Propellor.Types.Info

-- | Boot loader installed on a host.
data BootloaderInstalled
	= GrubInstalled
	| FlashKernelInstalled
	deriving (Typeable, Show)

instance IsInfo [BootloaderInstalled] where
	propagateInfo _ = PropagateInfo False