Max Gautier

Results 825 comments of Max Gautier

Well if the default value ("" for most of them FWICS) is acceptable no need to test for it. On the other hand if it isn't you still need to...

@tico88612 I added a commit to make the assert more compact, what do you think ?

Hum, looks like the debian packages tests assume /var/lib/systemd needs to be present... :thinking:

Since /var/lib/systemd exist when the system boots (I assume an installation process which install packages in a non booted fs), /var already exists on first boot, hence tmpfiles does not...

> A system without a /var directory would pretty much be broken. > This is e.g. shipped as part of the base-files package in Debian. And we have dozens of...

> > I do think it's a good idea to mark /var/lib/systemd as a directory owned by the systemd package. > > Yeah, that's fine of course, but this doesn't...

> Note that we also create `/var/log/journal/remote`. Yep, but `create-log-dirs` (meson options) exists for those. (/var/log/journal{,/remote}) Gating this behind a similar option would maybe be less contentious ?