Skip to content

Commit

Permalink
Merge pull request #11341 from mloviska/remove_pv_sf_serialconsole
Browse files Browse the repository at this point in the history
Remove pv sf serialconsole
  • Loading branch information
mloviska committed Jan 5, 2021
2 parents a5886ff + 8c17cf8 commit 094922f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/installation/bootloader_svirt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,6 @@ sub run {
type_string "echo -en '\\033[B' > \$pty\n" for (1 .. $max); # $max-times key down
type_string "echo -en '\\033[K' > \$pty\n"; # end of line

if (is_jeos && is_sle('>=15-sp2')) {
record_soft_failure('bsc#1175514 cannot login to rescue when JeOS image is loaded as xen pv domain');
type_string "echo -en '\\010' > \$pty\n" for (1 .. length('console=ttyS0,115200 console=tty0 quiet'));
}

if (is_sle '12-SP2+') {
type_string "echo -en ' xen-fbfront.video=32,1024,768 xen-kbdfront.ptr_size=1024,768' > \$pty\n"; # set kernel framebuffer
type_string "echo -en ' console=hvc console=tty' > \$pty\n"; # set consoles
Expand Down

0 comments on commit 094922f

Please sign in to comment.