summaryrefslogtreecommitdiffstats
path: root/rescue/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* drop (broken) support for Alpha, IA64 & PPC, SparcThierry Vignaud2016-01-021-0/+1
|
* do not run shells uselesslyThierry Vignaud2016-01-021-0/+2
| | | | also prevent arguments to be split on spaces & the like
* 1.53Thierry Vignaud2015-09-291-0/+2
|
* fix build with libified perlThierry Vignaud2015-09-291-0/+2
|
* fix previous versionThierry Vignaud2015-09-291-1/+1
|
* 1.52Thierry Vignaud2015-04-301-0/+2
|
* guessmount: mount {/dev,/run,/sys} too (mga#10865)Thierry Vignaud2015-04-301-0/+1
| | | | those are mounted by udev not fstab those days
* display label too (mga#8854)Thierry Vignaud2015-04-301-0/+1
|
* silent run_program (mga#8854)Thierry Vignaud2015-04-301-0/+3
|
* 1.51Thierry Vignaud2015-04-151-0/+2
|
* fix reinstalling grub2 on UEFI (mga#15695)Thierry Vignaud2015-04-151-0/+2
|
* rescue fix will actually came through drakxtoolsThierry Vignaud2015-04-031-2/+0
|
* split install_raw_grub2() out of install_grub2()Thierry Vignaud2015-04-031-0/+2
| | | | thus fixing grub2 rescue (mga#13408, mga#13901)
* 1.50Thomas Backlund2015-01-091-0/+2
|
* add efibootmgr on x86_64 rescue mediaThomas Backlund2015-01-081-0/+2
|
* 1.49Thomas Backlund2014-10-201-0/+2
|
* 80-net-name-slot.rules is replaced with 99-default.linkThomas Backlund2014-10-201-0/+2
|
* 1.48Thomas Backlund2014-10-201-0/+2
|
* killall5 is no more neededThierry Vignaud2014-10-201-0/+2
| | | | since commit c4634f60b5c6d67eedfedc02166499884e4d6625
* 1.471.47Thierry Vignaud2013-12-081-0/+2
|
* fix spacingThierry Vignaud2013-12-081-0/+1
|
* rescue: add machined (and dbus as a dep) to the rescue.Colin Guthrie2013-12-071-0/+1
| | | | | | | | | | | | | 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 Guthrie2013-12-071-0/+2
| | | | | | | | | | | | | | | 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: 1.461.46Colin Guthrie2013-11-031-0/+1
|
* install/rescue: Adapt to a dracut based stage1.Colin Guthrie2013-10-291-0/+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.1Thierry Vignaud2013-10-141-0/+2
|
* many btrfs tools no longer existThierry Vignaud2013-10-141-0/+2
|
* 1.45Thierry Vignaud2013-10-141-0/+2
|
* adapt to latest mdadmThierry Vignaud2013-10-141-0/+1
|
* Drop /etc/termcap as this is no longer included in our buildColin Guthrie2013-10-131-0/+1
|
* rescue: include network interface name udev rules (mga#10947)Colin Guthrie2013-10-011-0/+2
|
* 1.44Thomas Backlund2013-05-181-0/+2
|
* rescue: ensure /dev is bind mounted before re-installing bootloader (mga#10107)Colin Guthrie2013-05-181-0/+2
|
* 1.43Anne Nicolas2013-05-151-0/+2
|
* Ensure grabjournallogs script is executable (mga#10108)Colin Guthrie2013-05-151-0/+2
|
* 1.42Thierry Vignaud2013-04-301-0/+2
|
* enable to abort choosing distro to rescue (mga#9765)Thierry Vignaud2013-04-301-0/+1
|
* rescue: add a script to simplfy grabbing of journal logs for bug reportsColin Guthrie2013-04-111-0/+2
|
* 1.41Thierry Vignaud2013-04-061-0/+2
|
* warn that i586 cannot rescue x86_64 (mga#8696)Thierry Vignaud2013-04-061-0/+1
|
* offer to pick the distro to rescue when there's more than oneThierry Vignaud2013-04-061-0/+1
|
* really adapt to /usr move (fix lvm2 freezing, mga#5795)Thierry Vignaud2013-04-061-0/+1
|
* /var/run/utmp is on tmpfs now (from tmb)Thierry Vignaud2013-04-061-0/+1
|
* Include persistent-storage udev rulesThierry Vignaud2013-04-061-0/+1
| | | | | | (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 freeThierry Vignaud2013-04-061-0/+1
|
* include small libdevmapper-event-*.so (like regular stage2)Thierry Vignaud2013-03-071-0/+2
|
* 1.40Thierry Vignaud2013-03-061-0/+2
|
* use kmod's modprobe, thus fixing loading modules (mga#9270)Thierry Vignaud2013-03-061-0/+1
| | | | (it's free, just a symlink on kmod)
* preload fuseThierry Vignaud2012-09-201-0/+2
|
* 1.39Thierry Vignaud2012-09-031-0/+2
|