blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 1 forks source link

feat(systemd): Add support for including systemd units #144

Closed fiftydinar closed 7 months ago

fiftydinar commented 7 months ago

This also gets rid of files module dependency & exposes this function better to the users.

Related issue: https://github.com/ublue-os/bling/issues/143

xynydev commented 7 months ago

Actually, come to think of it, this kind of change enforces a pretty rigid file hierarchy when using these modules, which wasn't so strict before. It isn't really possible to separate all files by image variant, as they are separated by module first. Hmm, but maybe that's good and necessary. Emphasizes that different images in a single repo probably have shared parts. There are no complaints about this, at least not yet, so maybe it's not a problem...