Actions
Bug #36134
closedkickstart in graphical mode runs chvt to the wrong terminal
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
Difficulty:
trivial
Triaged:
No
Pull request:
Description
When the use_graphical_installer boolean is set to `true` for kickstart the %post snippet will run `chvt 1` which is not the right VTTY for the installer to complete.
If there was a way to just store the current vtty, switch to #3 and then switch back, that would be great but I'm not seeing a good way to get that data....
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9813 added
Updated by Pat Riehecky about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|6845bf7fdd69d8a4a02c4097c2546e608bc60264.
Actions