Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.49 | Thomas Backlund | 2014-10-20 | 2 | -1/+3 |
| | |||||
* | 80-net-name-slot.rules is replaced with 99-default.link | Thomas Backlund | 2014-10-20 | 2 | -1/+6 |
| | |||||
* | 1.48 | Thomas Backlund | 2014-10-20 | 2 | -1/+3 |
| | |||||
* | killall5 is no more needed | Thierry Vignaud | 2014-10-20 | 2 | -1/+3 |
| | | | | since commit c4634f60b5c6d67eedfedc02166499884e4d6625 | ||||
* | 1.471.47 | Thierry Vignaud | 2013-12-08 | 2 | -1/+3 |
| | |||||
* | fix spacing | Thierry Vignaud | 2013-12-08 | 1 | -0/+1 |
| | |||||
* | rescue: Mask an unimportant error when loading kernel modules. | Colin Guthrie | 2013-12-07 | 1 | -0/+3 |
| | | | | | Particularly the floppy module fails quite regularly. That said, do we even need floppy support these days? | ||||
* | rescue: Tidy up dirs and aliases | Colin Guthrie | 2013-12-07 | 3 | -18/+15 |
| | | | | | | | | | Technically, because we don't actually switchroot into this filesystem we don't need some of the directories and symlinks (as they are already present in the initrd). But with a long term view to making this a "real" filesystem that we DO switchroot into, it makes sense to try and keep things vaguely valid. | ||||
* | rescue: Move files around and introduce proper dep tracking. | Colin Guthrie | 2013-12-07 | 15 | -21/+10 |
| | | | | | | | | 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: Rebuild the image when anything in the tree folder is changed. | Colin Guthrie | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | rescue: add machined (and dbus as a dep) to the rescue. | Colin Guthrie | 2013-12-07 | 5 | -1/+19 |
| | | | | | | | | | | | | | This allows us to actually mount and run the system inside a container for more advanced debugging. I've successfully booted my systemd, logged in, had a fiddle and then powered it off again. There are some delays and it's requried to umount the /mnt/proc which seems to get automatically mounted before running nspawn. Also audit support has to be turned off in the kernel too to allow a full boot to work properly (otherwise the authentication in the container doesn't work. This is a known problem in the kernel and will be fixed eventually. | ||||
* | rescue: Use systemd as initsystem. | Colin Guthrie | 2013-12-07 | 17 | -170/+178 |
| | | | | | | | | | | | | | | | 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 Guthrie | 2013-12-07 | 3 | -6/+9 |
| | | | | | | 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. | ||||
* | Ignore the built rescue.sqfs | Colin Guthrie | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | rescue: 1.461.46 | Colin Guthrie | 2013-11-03 | 2 | -1/+2 |
| | |||||
* | install/rescue: Adapt to a dracut based stage1. | Colin Guthrie | 2013-10-29 | 2 | -5/+2 |
| | | | | | | | | | | | 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. | ||||
* | 1.45.1 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | many btrfs tools no longer exist | Thierry Vignaud | 2013-10-14 | 2 | -2/+4 |
| | |||||
* | 1.45 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | adapt to latest mdadm | Thierry Vignaud | 2013-10-14 | 2 | -2/+3 |
| | |||||
* | Drop /etc/termcap as this is no longer included in our build | Colin Guthrie | 2013-10-13 | 2 | -1/+1 |
| | |||||
* | rescue: include network interface name udev rules (mga#10947) | Colin Guthrie | 2013-10-01 | 2 | -0/+4 |
| | |||||
* | Remove svn support from Makefiles | Colin Guthrie | 2013-09-04 | 1 | -20/+1 |
| | | | | | | | | | | | | This should leave us with a working tarballs in all cases. The perl-install/Makefile has been adjusted to do the same as the previous svn rules (regarding copying Makefiles and running a perl tidyup routine) The perl-install/install/Makefile has been adjusted to svn export the rpm srate info from meta-task package subversion. This requires an active network connection, but should result in the same tarball as before until this is factored out | ||||
* | /usr/X11R6/bin is dead for years | Thierry Vignaud | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | 1.44 | Thomas Backlund | 2013-05-18 | 2 | -1/+3 |
| | |||||
* | rescue: ensure /dev is bind mounted before re-installing bootloader (mga#10107) | Colin Guthrie | 2013-05-18 | 2 | -0/+4 |
| | |||||
* | 1.43 | Anne Nicolas | 2013-05-15 | 2 | -1/+3 |
| | |||||
* | Ensure grabjournallogs script is executable (mga#10108) | Colin Guthrie | 2013-05-15 | 2 | -0/+2 |
| | |||||
* | 1.42 | Thierry Vignaud | 2013-04-30 | 2 | -1/+3 |
| | |||||
* | enable to abort choosing distro to rescue (mga#9765) | Thierry Vignaud | 2013-04-30 | 2 | -1/+6 |
| | |||||
* | trim ending "\n" (needed for next commit) | Thierry Vignaud | 2013-04-30 | 1 | -0/+1 |
| | |||||
* | rescue: add a script to simplfy grabbing of journal logs for bug reports | Colin Guthrie | 2013-04-11 | 4 | -0/+55 |
| | |||||
* | 1.41 | Thierry Vignaud | 2013-04-06 | 2 | -1/+3 |
| | |||||
* | warn that i586 cannot rescue x86_64 (mga#8696) | Thierry Vignaud | 2013-04-06 | 2 | -0/+4 |
| | |||||
* | offer to pick the distro to rescue when there's more than one | Thierry Vignaud | 2013-04-06 | 2 | -1/+16 |
| | |||||
* | retrieve more info from installed OSes | Thierry Vignaud | 2013-04-06 | 1 | -2/+5 |
| | | | | (needed for next commit) | ||||
* | really adapt to /usr move (fix lvm2 freezing, mga#5795) | Thierry Vignaud | 2013-04-06 | 2 | -5/+5 |
| | |||||
* | /var/run/utmp is on tmpfs now (from tmb) | Thierry Vignaud | 2013-04-06 | 2 | -1/+1 |
| | |||||
* | Include persistent-storage udev rules | Thierry Vignaud | 2013-04-06 | 2 | -0/+2 |
| | | | | | | (needed for UUID info on root disks) was already included in drakx (see commit r4017) | ||||
* | drop our "use modprobe instead" insmod since we've kmod one for free | Thierry Vignaud | 2013-04-06 | 2 | -2/+1 |
| | |||||
* | do not disable module autoloading as we now have regular modprobe | Thierry Vignaud | 2013-03-21 | 1 | -1/+0 |
| | |||||
* | include small libdevmapper-event-*.so (like regular stage2) | Thierry Vignaud | 2013-03-07 | 2 | -0/+9 |
| | |||||
* | 1.40 | Thierry Vignaud | 2013-03-06 | 2 | -1/+3 |
| | |||||
* | use kmod's modprobe, thus fixing loading modules (mga#9270) | Thierry Vignaud | 2013-03-06 | 3 | -18/+2 |
| | | | | (it's free, just a symlink on kmod) | ||||
* | preload fuse | Thierry Vignaud | 2012-09-20 | 2 | -0/+3 |
| | |||||
* | 1.39 | Thierry Vignaud | 2012-09-03 | 2 | -1/+3 |
| | |||||
* | drop KA support | Thierry Vignaud | 2012-09-03 | 3 | -33/+1 |
| | | | | | | | | rationale: - support is not build in stage1, - hasn't been tested for ages - poor doc - can been restored if someone show up to maintain | ||||
* | simplify bringing up local loop interface (pok, mdv) | Thierry Vignaud | 2012-09-03 | 2 | -3/+2 |
| | |||||
* | preload load btrfs and nilfs2 too | Thierry Vignaud | 2012-09-03 | 2 | -0/+3 |
| | |||||
* | mount /dev/{pts,shm} earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 2 | -6/+0 |
| | | | | (based on pok's idead @mdv but fixed) |