summaryrefslogtreecommitdiffstats
path: root/rescue/tree/usr
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-076-0/+612
| | | | | | | | 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-077-43/+73
| | | | | | | | | | | | | | | 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-072-0/+41
| | | | | | 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.
* install/rescue: Adapt to a dracut based stage1.Colin Guthrie2013-10-291-5/+0
| | | | | | | | | | | The main change here is not remounting a fresh /run. Dracut does this for us and we actually need to keep this one as the initial udev database (when udev is started by dracut) is stored here and thus mounting an empty fs could see us lose some metadata. We no longer touch the /bin, /sbin or /lib[64] symlinks as these are already relative symlinks into /usr and simply bind mounting /usr is enough.
* do not symlink /dev (mga#1023)Thierry Vignaud2012-02-261-1/+0
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-1/+0
|
* I hate you pixel. ;-) You were not lib64 aware of those modern arches. ;-))Gwenolé Beauchesne2005-03-251-0/+1
|
* keep the tmpfs and rescue in /tmp/stage2Pascal Rigaux2004-11-051-0/+10
| | | | | (this allows to mount the rescue read-only)
* no_commentPascal Rigaux2000-06-161-0/+0