diff options
| -rw-r--r-- | src/Propellor/Property/HostingProvider/Linode.hs | 1 |
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 |
