Skip to content

Commit

Permalink
Revert back to use tty7 as graphical for agama
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Sep 19, 2024
1 parent 9b2a1df commit 6984601
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 6984601

Please sign in to comment.