Safe Haskell | None |
---|---|
Language | Haskell2010 |
Propellor.Types.Bootloader
Synopsis
- data BootloaderInstalled
- = GrubInstalled GrubTarget
- | FlashKernelInstalled
- | UbootInstalled (FilePath -> FilePath -> Property Linux)
- | NoBootloader
- data GrubTarget
Documentation
data BootloaderInstalled Source #
Boot loader installed on a host.
Constructors
GrubInstalled GrubTarget | |
FlashKernelInstalled | |
UbootInstalled (FilePath -> FilePath -> Property Linux) | |
NoBootloader |
Instances
Show BootloaderInstalled Source # | |
Defined in Propellor.Types.Bootloader Methods showsPrec :: Int -> BootloaderInstalled -> ShowS show :: BootloaderInstalled -> String showList :: [BootloaderInstalled] -> ShowS | |
IsInfo [BootloaderInstalled] Source # | |
Defined in Propellor.Types.Bootloader Methods propagateInfo :: [BootloaderInstalled] -> PropagateInfo Source # |