Skip to content

Commit

Permalink
Update utils.pm (#17991)
Browse files Browse the repository at this point in the history
"nue-ipxe-menu" added to the "reconnect_mgmt_console"
  • Loading branch information
jankohoutek authored Oct 16, 2023
1 parent 920d3f8 commit 054a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ sub reconnect_mgmt_console {
elsif (is_x86_64) {
if (is_ipmi) {
select_console 'sol', await_console => 0;
assert_screen([qw(qa-net-selection prague-pxe-menu grub2)], 300);
assert_screen([qw(qa-net-selection prague-pxe-menu nue-ipxe-menu grub2)], 300);
# boot to hard disk is default
send_key 'ret';
}
Expand Down

0 comments on commit 054a305

Please sign in to comment.