Daan De Meyer
Daan De Meyer
> I also think we should pursue also another direction of refactoring: the config classes should be reworked so that we have one list of options, and from this the...
> This circular dependency is quite ugly, since one actually has to build it by hand (make MkosiArgs first, put it into a DistributionInstaller add that back to MkosiArgs). No...
Let's close this for now as it's quite out of date, we can reopen once you have time to work on this again
Ah yeah, the title is misleading, I meant non-root the inside the build container.
> Not everything should be saved to the manifest, and I think the data structure that we have should also provide a way to annotate what should be stored there....
This would likely be fixed by doing a multi stage build, where we first install dnf in a minimal chroot including /etc/passwd and then invoke dnf in that chroot using...
We're not going to take a dependency on an extra shell script in mkosi. If I look at apt-fast, it mostly seems to configure apt to use aria2c to speed...
If we ever get things fully reproducible we could maybe do double builds in CI to make sure it stays that way. I'm kinda sceptical we'll get there soon though.
Using mkosi.nspawn for both postinst and actual running might introduce other issues. We could perhaps add a --postinst-bind option to support this instead. Could you explain your use case a...
Hmm, so sysusers is not recommended to create normal users. Instead, maybe we should just add an option to create regular users to mkosi itself. Then you could just specify...