propellor-5.10.2: property-based host configuration management in haskell
Safe HaskellNone
LanguageHaskell98

Propellor.Types.Bootloader

Synopsis

Documentation

data BootloaderInstalled Source #

Boot loader installed on a host.

Instances

Instances details
Show BootloaderInstalled Source # 
Instance details

Defined in Propellor.Types.Bootloader

Methods

showsPrec :: Int -> BootloaderInstalled -> ShowS

show :: BootloaderInstalled -> String

showList :: [BootloaderInstalled] -> ShowS

IsInfo [BootloaderInstalled] Source # 
Instance details

Defined in Propellor.Types.Bootloader

data GrubTarget Source #

Platforms that grub can boot.

Constructors

PC 
EFI64 
EFI32 
Coreboot 
Xen