Skip to content

Commit

Permalink
Fix PR#7951
Browse files Browse the repository at this point in the history
Now only using root-ssh where it should exist
  • Loading branch information
DrMullings committed Jul 25, 2019
1 parent a826b10 commit 2a4ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/susedistribution.pm
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 2a4ce0d

Please sign in to comment.