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