summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Grub.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-09 14:22:42 -0400
committerJoey Hess2014-12-09 14:22:42 -0400
commit9d06d2f835143c308bc409b7dc737c4292d9bc72 (patch)
treefb151d5e2563953807432ccc85f90d414efe6b2e /src/Propellor/Property/Grub.hs
parent36eec4e2ea9fd22973dfb492363b407f1bcf621a (diff)
parent2e2438ae66490a2a00972be16e95f0d9cda2f9ea (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Grub.hs')
-rw-r--r--src/Propellor/Property/Grub.hs6
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".