From fb7c33afb8147755a276538b672a58eef4655213 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Jan 2018 22:48:42 +0100 Subject: [PATCH] use ttyS1 for the kernel console on fasolo --- modules/grub/templates/puppet-kernel-serial.cfg.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grub/templates/puppet-kernel-serial.cfg.erb b/modules/grub/templates/puppet-kernel-serial.cfg.erb index 83e97547a..0bd187c03 100644 --- a/modules/grub/templates/puppet-kernel-serial.cfg.erb +++ b/modules/grub/templates/puppet-kernel-serial.cfg.erb @@ -4,7 +4,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyAMA0,115200n8" GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyS0,115200" <%- elsif %w{conova-node01 conova-node02}.include?(@hostname) then -%> GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyS0,115200 earlycon" -<%- elsif %w{storace klecker clementi czerny}.include?(@hostname) then -%> +<%- elsif %w{storace fasolo klecker clementi czerny}.include?(@hostname) then -%> GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS1,115200n8" <% else -%> GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8" -- 2.20.1