summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* drop (broken) support for Alpha, IA64 & PPC, SparcThierry Vignaud2016-01-022-26/+3
|
* do not run shells uselesslyThierry Vignaud2016-01-022-2/+4
| | | | also prevent arguments to be split on spaces & the like
* 1.53Thierry Vignaud2015-09-292-1/+3
|
* fix build with libified perlThierry Vignaud2015-09-292-1/+2
|
* fix previous versionThierry Vignaud2015-09-291-1/+1
|
* 1.52Thierry Vignaud2015-04-302-1/+3
|
* guessmount: mount {/dev,/run,/sys} too (mga#10865)Thierry Vignaud2015-04-302-0/+4
| | | | those are mounted by udev not fstab those days
* display label too (mga#8854)Thierry Vignaud2015-04-302-1/+2
|
* silent run_program (mga#8854)Thierry Vignaud2015-04-302-0/+4
|
* blaclist 2 more modulesThierry Vignaud2015-04-301-0/+2
|
* 1.51Thierry Vignaud2015-04-152-1/+3
|
* fix reinstalling grub2 on UEFI (mga#15695)Thierry Vignaud2015-04-152-0/+4
|
* 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-092-1/+3
|
* add efibootmgr on x86_64 rescue mediaThomas Backlund2015-01-082-1/+3
|
* 1.49Thomas Backlund2014-10-202-1/+3
|
* 80-net-name-slot.rules is replaced with 99-default.linkThomas Backlund2014-10-202-1/+6
|
* 1.48Thomas Backlund2014-10-202-1/+3
|
* killall5 is no more neededThierry Vignaud2014-10-202-1/+3
| | | | since commit c4634f60b5c6d67eedfedc02166499884e4d6625
* 1.471.47Thierry Vignaud2013-12-082-1/+3
|
* fix spacingThierry Vignaud2013-12-081-0/+1
|
* rescue: Mask an unimportant error when loading kernel modules.Colin Guthrie2013-12-071-0/+3
| | | | | Particularly the floppy module fails quite regularly. That said, do we even need floppy support these days?
* rescue: Tidy up dirs and aliasesColin Guthrie2013-12-073-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 Guthrie2013-12-0715-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 Guthrie2013-12-071-1/+1
|
* rescue: add machined (and dbus as a dep) to the rescue.Colin Guthrie2013-12-075-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 Guthrie2013-12-0717-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 Guthrie2013-12-073-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.sqfsColin Guthrie2013-12-021-0/+1
|
* rescue: 1.461.46Colin Guthrie2013-11-032-1/+2
|
* install/rescue: Adapt to a dracut based stage1.Colin Guthrie2013-10-292-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.1Thierry Vignaud2013-10-142-1/+3
|
* many btrfs tools no longer existThierry Vignaud2013-10-142-2/+4
|
* 1.45Thierry Vignaud2013-10-142-1/+3
|
* adapt to latest mdadmThierry Vignaud2013-10-142-2/+3
|
* Drop /etc/termcap as this is no longer included in our buildColin Guthrie2013-10-132-1/+1
|
* rescue: include network interface name udev rules (mga#10947)Colin Guthrie2013-10-012-0/+4
|
* Remove svn support from MakefilesColin Guthrie2013-09-041-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 yearsThierry Vignaud2013-07-131-1/+1
|
* 1.44Thomas Backlund2013-05-182-1/+3
|
* rescue: ensure /dev is bind mounted before re-installing bootloader (mga#10107)Colin Guthrie2013-05-182-0/+4
|
* 1.43Anne Nicolas2013-05-152-1/+3
|
* Ensure grabjournallogs script is executable (mga#10108)Colin Guthrie2013-05-152-0/+2
|
* 1.42Thierry Vignaud2013-04-302-1/+3
|
* enable to abort choosing distro to rescue (mga#9765)Thierry Vignaud2013-04-302-1/+6
|
* trim ending "\n" (needed for next commit)Thierry Vignaud2013-04-301-0/+1
|
* rescue: add a script to simplfy grabbing of journal logs for bug reportsColin Guthrie2013-04-114-0/+55
|
* 1.41Thierry Vignaud2013-04-062-1/+3
|
* warn that i586 cannot rescue x86_64 (mga#8696)Thierry Vignaud2013-04-062-0/+4
|