| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Propellor.Types.Bootloader
Synopsis
- data BootloaderInstalled
- 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 # | |