summaryrefslogtreecommitdiffstats
path: root/rescue/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* drop KA supportThierry Vignaud2012-09-031-0/+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 Vignaud2012-09-031-0/+1
|
* preload load btrfs and nilfs2 tooThierry Vignaud2012-09-031-0/+1
|
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-0/+1
| | | | (based on pok's idead @mdv but fixed)
* minimal adapt to /usr moveThierry Vignaud2012-09-031-0/+1
|
* log usb detection fixThierry Vignaud2012-09-031-0/+1
|
* stop fixing the raid udev rule now that it has been fixedThierry Vignaud2012-07-271-0/+1
|
* adapt to latest systemd/udevdThierry Vignaud2012-07-241-0/+1
|
* adapt to perl-5.16.0Thierry Vignaud2012-07-241-0/+1
|
* revert to "linux" terminfoThierry Vignaud2012-06-051-0/+1
|
* default to the higher version when there're several mga roots (mga#6003)Thierry Vignaud2012-05-231-0/+2
|
* 1.38Thierry Vignaud2012-05-111-0/+2
|
* include missing modules when SMB appears in fstab (mga#5850)Thierry Vignaud2012-05-111-0/+2
|
* 1.37Thierry Vignaud2012-04-181-0/+2
|
* fix detecting RAID (mga#5048)Thierry Vignaud2012-04-181-0/+1
|
* include more udev rules for RAID (mga#5048)Thierry Vignaud2012-04-181-0/+2
| | | | also include libdmraid-events-isw.so for dmraid (mga#4750)
* add missing spacingThierry Vignaud2012-04-181-0/+1
|
* Release 1.36Pascal Terjan2012-04-081-0/+1
|
* fix modprobe to support being called by kernel (mga#5274)Pascal Terjan2012-04-081-0/+2
|
* 1.35Thierry Vignaud2012-04-051-0/+2
|
* - default to "screen" instead of "linux" terminfo (mga#4894)Thierry Vignaud2012-04-051-0/+2
| | | | - include "screen" terminfo (mga#4894)
* 32bit grub needs 32 bit loader (mga#5191), which install-xml-file-listThierry Vignaud2012-04-051-0/+1
| | | | doesn't pull b/c it only looks at lib*.so, not ld*
* add chrooted rescue system in PATHThierry Vignaud2012-04-051-0/+2
|
* escape / in generated passwords & add trailing ; in command lists in startsshMaarten Vanraes2012-02-261-0/+5
|
* 1.33Thierry Vignaud2012-02-261-0/+2
|
* do not symlink /dev (mga#1023)Thierry Vignaud2012-02-261-0/+2
|
* really fix mounting /dev/pts & /dev/shm (mga#1023)Thierry Vignaud2012-02-251-1/+2
|
* version bump & NEWSMaarten Vanraes2012-02-251-0/+5
|
* fix mounting /dev/pts & /dev/shm (mga#1023)Thierry Vignaud2012-02-251-2/+2
| | | | | and do it in the right place
* fix dateThierry Vignaud2012-02-251-1/+1
|
* - fix wrong dates in the NEWS fileMaarten Vanraes2012-02-251-3/+10
| | | | | | | - add logging to dropbear - make sure /dev/pts is mounted (mga#1023) - make root user homedir /root - add agetty (mga#2052)