agama-project / agama

A service-based Linux installer
GNU General Public License v2.0
135 stars 41 forks source link

Agama runs on tty7, probably should be tty2 #1582

Closed lkocman closed 3 weeks ago

lkocman commented 3 weeks ago

Hello team,

I noticed that we run agama web-ui on tty7 and probably should be running on tty2 . openQA console switch functions expect gui to be on tty2 on newer systems, agama runs on tty7.

As of now I workaround it by hardcoding tty7 for installation in the test suite. https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20126

imobachgs commented 3 weeks ago

Fixed by #1592.