Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | mount /dev as devtmpfs earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 2 | -1/+1 |
| | | | | (based on pok's idead @mdv but fixed) | ||||
* | minimal adapt to /usr move | Thierry Vignaud | 2012-09-03 | 2 | -0/+6 |
| | |||||
* | log usb detection fix | Thierry Vignaud | 2012-09-03 | 1 | -0/+1 |
| | |||||
* | stop fixing the raid udev rule now that it has been fixed | Thierry Vignaud | 2012-07-27 | 2 | -3/+2 |
| | |||||
* | adapt to latest systemd/udevd | Thierry Vignaud | 2012-07-24 | 3 | -3/+4 |
| | |||||
* | adapt to perl-5.16.0 | Thierry Vignaud | 2012-07-24 | 2 | -2/+1 |
| | |||||
* | revert to "linux" terminfo | Thierry Vignaud | 2012-06-05 | 2 | -2/+1 |
| | |||||
* | default to the higher version when there're several mga roots (mga#6003) | Thierry Vignaud | 2012-05-23 | 2 | -0/+4 |
| | |||||
* | explain | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-05-23 | 1 | -1/+2 |
| | | | | | sync with MDK::Common explain from where output() come | ||||
* | fix "not enough parameters" and actually display error messages | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | | | | bug for 11+ years... | ||||
* | supplement blacklist | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | (install_module) merge install_module_raw() in it | Thierry Vignaud | 2012-05-23 | 1 | -6/+1 |
| | |||||
* | (install_module_raw) 'descr' arg is now mandatory since simpe calls just ↵ | Thierry Vignaud | 2012-05-23 | 1 | -2/+2 |
| | | | | vanished |