summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/HostingProvider/Linode.hs
blob: 34d72184a3dc6c078f5d5e0a2a46443a0b888d4f (plain)
1
2
3
4
5
6
7
8
9
10
module Propellor.Property.HostingProvider.Linode where

import Propellor
import qualified Propellor.Property.Grub as Grub

-- | Linode's pv-grub-x86_64 does not currently support booting recent
-- Debian kernels compressed with xz. This sets up pv-grub chaing to enable
-- it.
chainPVGrub :: Grub.TimeoutSecs -> Property
chainPVGrub = Grub.chainPVGrub "hd0" "xen/xvda"