summaryrefslogtreecommitdiff
path: root/Makefile-dracut.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a few more bits to EXTRA_DISTColin Walters2013-07-071-1/+5
|
* dracut: Add ostree-remountColin Walters2013-06-041-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-dracutColin Walters2013-06-031-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.