ostree/src
Jonathan Lebon a7a751b69f ostree-remount: Remount /etc rw if needed
When we remount `/sysroot` as read-only, we also make `/etc` read-only.
This is usually OK because we then remount `/var` read-write, which also
flips `/etc` back to read-write... unless `/var` is a separate
filesystem and not a bind-mount to the stateroot `/var`.

Fix this by just remounting `/etc` read-write in the read-only sysroot
case.

Eventually, I think we should rework this to set everything up the way
we want from the initramfs (#2115). This would also eliminate the window
during which `/etc` is read-only while `ostree-remount` runs.
2020-08-28 14:16:46 -04:00
..
boot Fix mkinitcpio with newer systemd versions 2020-08-25 18:12:55 -04:00
libostree lib: mark out parameters as out parameters 2020-08-26 22:32:47 +02:00
libotutil lib/keyfile: Treat "group not found" the same as "key not found" 2019-11-07 21:15:41 +00:00
ostree admin/pin: Enforce that index is a number 2020-08-19 13:11:55 +00:00
rofiles-fuse rofiles-fuse: Improve error message for failure to open root 2018-10-12 14:11:10 +00:00
switchroot ostree-remount: Remount /etc rw if needed 2020-08-28 14:16:46 -04:00