summaryrefslogtreecommitdiffstats
path: root/rescue/tree/usr/sbin
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-075-0/+532
| | | | | | | | This moves any perl files into bin and sbin folders which will be directly installed in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still work and the files end up in the right places. All other files have been moved into the tree folder in their final destination.
* rescue: Use systemd as initsystem.Colin Guthrie2013-12-071-39/+0
| | | | | | | | | | | | | | | 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/+39
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.