Commit Graph

4 Commits

Author SHA1 Message Date
Itxaka
5fbe73bbef Fix services output (#559) 2023-12-05 16:38:34 +01:00
Itxaka
bfa1341a21 Fix services tty output (#557)
* 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>
2023-12-05 08:31:01 +01:00
Dimitris Karakasilis
e02e0808c7 Make tty1 the default console and let kairos service logs there (#544)
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>
2023-11-21 16:03:47 +02:00
Itxaka
4aa7e9efb2 Drop unused packages (#441) 2023-09-20 13:07:15 +02:00