diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-06-28 16:38:27 +0100 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-28 11:50:37 -0400 |
| commit | 72d857fcff9092e1ffdb97d1fd02d34499e2fd28 (patch) | |
| tree | b309e6dd2a0d459b06fc7bbc4de2b9cd0302e4b0 | |
| parent | c81795ed82d14c502bdec23c83535702ea9ca767 (diff) | |
describe Linode.serialGrub
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| -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 |
