openSUSE / jeos-firstboot

Lightweight firstboot wizard systemd service for SLE and openSUSE JeOS Images
MIT License
14 stars 13 forks source link

Add status_mail module for systemd-status-mail configuration #111

Closed Vogtinator closed 8 months ago

Vogtinator commented 8 months ago

Screenshot_20240117_115527

Depends on #97

Draft because systemd-status-mail does not support SMTP auth yet.

lnussel commented 8 months ago

What about including the module in the systemd-status-mail package directly? Also IMO the module should not be called on first boot but only via jeos-config. The firstboot wizard is meant to query mandatory stuff rather than optional convenience features

Vogtinator commented 8 months ago

What about including the module in the systemd-status-mail package directly?

I thought about that as well. The "API" for the config file is more stable than the jeos-firstboot module API, other than that there's no reason. Ultimately it won't matter much.

Also IMO the module should not be called on first boot but only via jeos-config. The firstboot wizard is meant to query mandatory stuff rather than optional convenience features

Agreed, just needs to be documented then for visibility.