* Fix serivces tty output
- interactive installer: output was not connected to tty so it was
impossible to answer any questions
- reset: was not getting the output and taking over the tty so it got
overwritten by other output. It could be stopped in the middle
- installer: same as above but it could lead to stopping the install in
the middle of it
- recovery: same as above, QR code didnt even display
Signed-off-by: Itxaka <itxaka@kairos.io>
* Update packages/static/kairos-overlay-files/files/etc/systemd/system/kairos-interactive.service
---------
Signed-off-by: Itxaka <itxaka@kairos.io>
Co-authored-by: Mauro Morales <contact@mauromorales.com>
The order in the cmdline matters and it seems that the last one defined
is the "default" console. Setting StandardOutput to journal+console
makes `journalctl -u kairos` print the installer logs (maintaining the
existing behaviour of printing them in tty1)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>