summaryrefslogtreecommitdiffstats
path: root/rescue/tree/usr/bin
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Use systemd as initsystem.Colin Guthrie2013-12-071-0/+35
| | | | | | | | | | | | | | | This commit converts the rescue system to systemd rather than the legacy sysvinit. Besides being faster, one primary advantage of running systemd here is that we can "boot" the system we're inspecting via systemd-nspawn to properly test it. Note: Bits that don't work: * nspawn * old dracut initqueue udev rules in /etc/ are not cleaned out (drop in support error?) * the gui may loop differently now
* rescue: Avoid having to run dracut convertfs script by setting up the tree.Colin Guthrie2013-12-071-0/+2
We can easily avoid post processing the tree simply by moving the tree around and ensuring we set it up correctly (with the compat symlinks) early in the process.