Re: [systemd-devel] Hermetic-usr implementation on dracut

2025-03-06 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 03, 2025 at 11:54:35AM +0100, Nils Kattenbeck wrote: > Hi, > > systemd definitely already has all the stuff in place to do this on it's > own. > The stuff creating the root partition would be sd-repart which just needs a > corresponding partition description. > > A good example of how

Re: [systemd-devel] Hermetic-usr implementation on dracut

2025-03-03 Thread Nils Kattenbeck
Hi, systemd definitely already has all the stuff in place to do this on it's own. The stuff creating the root partition would be sd-repart which just needs a corresponding partition description. A good example of how this can be used is particleOS https://github.com/systemd/particleos which is an

[systemd-devel] Hermetic-usr implementation on dracut

2025-03-03 Thread Emanuele Giuseppe Esposito
Hello everyone, As you might know already, I tried to submit a new dracut module that implements the hermetic-usr approach described by Lennart in his blogpost "Fitting everything together": https://0pointer.net/blog/fitting-everything-together.html. The PR is here: https://github.com/dracut-ng/d