diff --git a/live/root/etc/systemd/system/x11-autologin.service b/live/root/etc/systemd/system/x11-autologin.service index 2927547e6e..7e5a58fe5f 100644 --- a/live/root/etc/systemd/system/x11-autologin.service +++ b/live/root/etc/systemd/system/x11-autologin.service @@ -8,16 +8,16 @@ WorkingDirectory=~ PAMName=login Environment=XDG_SESSION_TYPE=x11 -TTYPath=/dev/tty7 +TTYPath=/dev/tty2 StandardInput=tty UnsetEnvironment=TERM -UtmpIdentifier=tty7 +UtmpIdentifier=tty2 UtmpMode=user StandardOutput=journal -ExecStartPre=/usr/bin/chvt 7 -ExecStart=/usr/bin/startx -- vt7 -keeptty -verbose 3 -logfile /dev/null +ExecStartPre=/usr/bin/chvt 2 +ExecStart=/usr/bin/startx -- vt2 -keeptty -verbose 3 -logfile /dev/null Restart=no [Install] diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index fac9045999..c06297c906 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 8 06:28:35 UTC 2024 - Lubos Kocman + +- Use tty2 instead of tty7 (gh#openSUSE/agama#1582) + This matches openQA tty expectations for >SLES12 + ------------------------------------------------------------------- Wed Sep 4 07:08:30 UTC 2024 - Ladislav Slezák