From 2e2438ae66490a2a00972be16e95f0d9cda2f9ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Dec 2014 14:22:37 -0400 Subject: improve haddock formating of filenames --- src/Propellor/Property/Grub.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Propellor/Property/Grub.hs') diff --git a/src/Propellor/Property/Grub.hs b/src/Propellor/Property/Grub.hs index 00592d0b..71593523 100644 --- a/src/Propellor/Property/Grub.hs +++ b/src/Propellor/Property/Grub.hs @@ -4,10 +4,10 @@ import Propellor import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt --- | Eg, hd0,0 or xen/xvda1 +-- | Eg, "hd0,0" or "xen/xvda1" type GrubDevice = String --- | Eg, /dev/sda +-- | Eg, "/dev/sda" type OSDevice = String type TimeoutSecs = Int @@ -51,7 +51,7 @@ boots dev = cmdProperty "grub-install" [dev] -- -- 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". -- cgit v1.2.3