use ttyS1 for the serial console on casulana
authorPeter Palfrader <peter@palfrader.org>
Fri, 9 Feb 2018 20:23:28 +0000 (21:23 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 9 Feb 2018 20:23:28 +0000 (21:23 +0100)
modules/grub/templates/puppet-kernel-serial.cfg.erb

index 0bd187c..d87090f 100644 (file)
@@ -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 fasolo klecker clementi czerny}.include?(@hostname) then -%>
+<%- elsif %w{storace fasolo klecker clementi czerny casulana}.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"