Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a few more bits to EXTRA_DIST | Colin Walters | 2013-07-07 | 1 | -1/+5 |
| | |||||
* | dracut: Add ostree-remount | Colin Walters | 2013-06-04 | 1 | -0/+9 |
| | | | | | | | | | | | | | Linux creates a copy of the soure mount flags when creating a bind mount; if the source is read-only, then the bind mount is. The problem is that systemd will remount the rootfs read/write, but each mount (/home, /var etc.) will still be read-only. We need to remount every bind mount except for /usr to read-write too. This only "worked" with the old ostree-switch-root because it effectively force mounted the rootfs read-write always, ignoring the "ro" flag. | ||||
* | Add --with-dracut | Colin Walters | 2013-06-03 | 1 | -0/+30 |
This installs a Dracut module which parses the ostree= kernel command line argument, and if given, sets up the OS/ at /sysroot, which systemd's switch-root then moves into. This only works if dracut is configured to use systemd itself. |