Skip to content

Commit

Permalink
Merge pull request os-autoinst#20234 from jknphy/agama-tty7-graphical
Browse files Browse the repository at this point in the history
Revert back to use tty7 as graphical one for agama
  • Loading branch information
jknphy authored Sep 19, 2024
2 parents 9b2a1df + 6984601 commit addfb3c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/susedistribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,7 @@ sub init_consoles {
|| is_svirt_except_s390x))
{
$self->add_console('install-shell', 'tty-console', {tty => 2});
if (get_var('AGAMA')) {
$self->add_console('installation', 'tty-console', {tty => 2});
}
else {
$self->add_console('installation', 'tty-console', {tty => check_var('VIDEOMODE', 'text') ? 1 : 7});
}
$self->add_console('installation', 'tty-console', {tty => check_var('VIDEOMODE', 'text') ? 1 : 7});
$self->add_console('install-shell2', 'tty-console', {tty => 9});
# On SLE15 X is running on tty2 see bsc#1054782
$self->add_console('root-console', 'tty-console', {tty => get_root_console_tty});
Expand Down

0 comments on commit addfb3c

Please sign in to comment.