summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/HostingProvider
diff options
context:
space:
mode:
authorSean Whitton2017-06-28 16:38:27 +0100
committerJoey Hess2017-06-28 11:50:37 -0400
commit72d857fcff9092e1ffdb97d1fd02d34499e2fd28 (patch)
treeb309e6dd2a0d459b06fc7bbc4de2b9cd0302e4b0 /src/Propellor/Property/HostingProvider
parentc81795ed82d14c502bdec23c83535702ea9ca767 (diff)
describe Linode.serialGrub
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/Propellor/Property/HostingProvider')
-rw-r--r--src/Propellor/Property/HostingProvider/Linode.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/HostingProvider/Linode.hs b/src/Propellor/Property/HostingProvider/Linode.hs
index fca3df63..b48c1dac 100644
--- a/src/Propellor/Property/HostingProvider/Linode.hs
+++ b/src/Propellor/Property/HostingProvider/Linode.hs
@@ -17,6 +17,7 @@ serialGrub = "/etc/default/grub" `File.containsLines`
]
`onChange` Grub.mkConfig
`requires` Grub.installed Grub.PC
+ `describe` "GRUB configured for Linode serial console"
-- | Linode's pv-grub-x86_64 (only used for its older XEN instances)
-- does not support booting recent Debian kernels compressed