Re: [systemd-devel] Persist mount from initramfs with systemd.volatile boot

2024-11-09 Thread Andrei Borzenkov
10.11.2024 02:42, serenissi wrote: I have an use case that requires persisting a mount (/sysroot/mnt) from initramfs. The system is booted with systemd.volatile, so only /usr of /sysroot is used, rest is tmpfs. Ideally I should add the mount unit in the /usr itself but /usr is a read only signed

[systemd-devel] Persist mount from initramfs with systemd.volatile boot

2024-11-09 Thread serenissi
I have an use case that requires persisting a mount (/sysroot/mnt) from initramfs. The system is booted with systemd.volatile, so only /usr of /sysroot is used, rest is tmpfs. Ideally I should add the mount unit in the /usr itself but /usr is a read only signed fs that I can't modify for reaso