mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-10 15:09:38 -05:00
1f887c7868
* image: remove autologin via mkosi In mkosi v24 --autologin no longer works for ttyS consoles. Since the CSPs use those exclusively for their serial consoles, we need to replace this with another solution (see next commit) * image: add getty systemd unit for debug images This replaces the mkosi --autologin solution with a getty systemd unit for ttyS0. Note that both console and debug images hace their consoles enabled.
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
enable systemd-timesyncd.service
|
|
enable systemd-networkd.service
|
|
enable systemd-networkd-wait-online.service
|
|
enable configure-constel-csp.service
|
|
enable serial-getty@tty0.service
|
|
enable dbus.service
|
|
enable dbus-broker.service
|
|
enable dbus-daemon.service
|
|
disable auditd.service
|