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