Re: [systemd-devel] systemd-remount-fs and ConditionKernelCommandLine=!rw

2025-02-04 Thread Lennart Poettering
On Sa, 01.02.25 14:16, Etienne Champetier (champetier.etie...@gmail.com) wrote: > Hello, > > If we have `rw` kargs, is systemd-remount-fs.service actually needed > ? The service is responsible for applying the mount options listed in /etc/fstab onto all API VFS (i.e. /proc/ + /sys/ & co), the roo

[systemd-devel] systemd-remount-fs and ConditionKernelCommandLine=!rw

2025-02-01 Thread Etienne Champetier
Hello, If we have `rw` kargs, is systemd-remount-fs.service actually needed ? For context when using anaconda to install an rpm-ostree based system, you get an entry in fstab for `/` with option `defaults`. When trying to switch to composefs, / can only be readonly (composefs), so systemd-remount