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