Skip to content

Commit

Permalink
Merge pull request #8020 from DrMullings/select_console
Browse files Browse the repository at this point in the history
Fix PR#7951
  • Loading branch information
SergioAtSUSE committed Jul 25, 2019
2 parents a726437 + 2a4ce0d commit 500bdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/susedistribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ sub activate_console {
assert_screen "inst-console";
}
}
elsif ($console =~ m/root-console$/ && is_remote_backend) {
elsif ($console =~ m/root-console$/ && get_var('BACKEND' =~ /ikvm|ipmi|spvm/)) {
# Select configure serial and redirect to root-ssh instead
use_ssh_serial_console;
return;
Expand Down

0 comments on commit 500bdc5

Please sign in to comment.