diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-09 14:22:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-09 14:22:37 -0400 |
| commit | 2e2438ae66490a2a00972be16e95f0d9cda2f9ea (patch) | |
| tree | 33c651ccf3d64f7c61f13f2d03d64d86a14ad225 /src/Propellor/Property/Grub.hs | |
| parent | 3c48f6ac937b88f5fa4e953f505086429f45dd58 (diff) | |
improve haddock formating of filenames
Diffstat (limited to 'src/Propellor/Property/Grub.hs')
| -rw-r--r-- | src/Propellor/Property/Grub.hs | 6 |
1 files changed, 3 insertions, 3 deletions
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/ +-- <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". |
