propellor-1.0.0: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Property.Grub

Synopsis

Documentation

type GrubDevice = String Source

Eg, hd0,0 or xen/xvda1

chainPVGrub :: GrubDevice -> GrubDevice -> TimeoutSecs -> Property Source

Use PV-grub chaining to boot

Useful when the VPS's pv-grub is too old to boot a modern kernel image.

http://notes.pault.ag/linode-pv-grub-chainning/

The rootdev should be in the form "hd0", while the bootdev is in the form "xen/xvda".