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

Safe HaskellNone

Propellor.Property.Grub

Synopsis

Documentation

type GrubDevice = StringSource

Eg, hd0,0 or xen/xvda1

chainPVGrub :: GrubDevice -> GrubDevice -> TimeoutSecs -> PropertySource

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.aglinode-pv-grub-chainning

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