From 22efdc680f5e123d7fa97f8e55abe516dd49bd80 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 9 Aug 2026 13:05:39 +0100 Subject: [PATCH] Use ttyS0 for serial console on Gen10 Plus --- cookbooks/hardware/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 68acc5157..8afe34343 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -116,7 +116,7 @@ when "HP", "HPE" end end - units << if product.end_with?("Gen10") + units << if product.end_with?("Gen10") || product.end_with?("Gen10 Plus") "0" else "1" -- 2.47.3