use ttyS1 on storace
authorPeter Palfrader <peter@palfrader.org>
Sat, 2 Sep 2017 15:03:46 +0000 (17:03 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 2 Sep 2017 15:03:46 +0000 (17:03 +0200)
modules/grub/templates/puppet-kernel-serial.cfg.erb

index 55ff4a0..1f1c395 100644 (file)
@@ -4,6 +4,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyAMA0,115200n8"
 GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyS0,115200"
 <%- elsif %w{aagaard acker}.include?(@hostname) then -%>
 GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyS0,115200 earlycon"
+<%- elsif %w{storace}.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"
 <%- end -%>