From 72d857fcff9092e1ffdb97d1fd02d34499e2fd28 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 28 Jun 2017 16:38:27 +0100 Subject: describe Linode.serialGrub Signed-off-by: Sean Whitton --- src/Propellor/Property/HostingProvider/Linode.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor') 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 -- cgit v1.3-2-g0d8e