Safe Haskell | None |
---|---|
Language | Haskell98 |
Propellor.Types.Bootloader
- data BootloaderInstalled
- = GrubInstalled GrubTarget
- | FlashKernelInstalled
- | UbootInstalled (FilePath -> FilePath -> Property Linux)
- data GrubTarget
Documentation
data BootloaderInstalled Source #
Boot loader installed on a host.
Constructors
GrubInstalled GrubTarget | |
FlashKernelInstalled | |
UbootInstalled (FilePath -> FilePath -> Property Linux) |
Instances