Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rescue: Use systemd as initsystem. | Colin Guthrie | 2013-12-07 | 1 | -4/+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 | ||||
* | install/rescue: Adapt to a dracut based stage1. | Colin Guthrie | 2013-10-29 | 1 | -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 Vignaud | 2012-02-26 | 1 | -1/+0 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -1/+0 |
| | |||||
* | I hate you pixel. ;-) You were not lib64 aware of those modern arches. ;-)) | Gwenolé Beauchesne | 2005-03-25 | 1 | -0/+1 |
| | |||||
* | keep the tmpfs and rescue in /tmp/stage2 | Pascal Rigaux | 2004-11-05 | 1 | -0/+10 |
(this allows to mount the rescue read-only) |