Bug 2484542
| Summary: | kmscon implementation breaks console initial-setup | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
| Component: | kmscon | Assignee: | Jocelyn Falempe <jfalempe> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jfalempe |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2418795 | ||
|
Description
Adam Williamson
2026-06-03 20:31:34 UTC
It should be possible to start kmscon with the initial-setup script as a login program. Something like this may work: systemctl stop kmsconvt@tty1 kmscon --vt=tty1 --no-switchvt --login -- initial-setup I've added a --oneshot argument to kmscon, to help solve this issue: https://github.com/kmscon/kmscon/pull/427 I've proposed the following PR to initial setup, that solve the issue. https://github.com/rhinstaller/initial-setup/pull/161 This also require the --oneshot support in kmscon, and some selinux rules, as by default selinux will prevent kmscon to start initial-setup. |