6d43cbd6de219dd4aaf3629102b951ef802d2c82
[mirror/dsa-puppet.git] / modules / grub / templates / puppet-grub-serial.cfg.erb
1 GRUB_TERMINAL="serial console"
2 <%- if %w{storace klecker clementi czerny}.include?(@hostname) then -%>
3 GRUB_SERIAL_COMMAND="serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1"
4 <% else -%>
5 GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"
6 <% end -%>