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