summaryrefslogtreecommitdiffstats
path: root/rescue.py
Commit message (Expand)AuthorAgeFilesLines
* Rescue of systems containing encrypted block devices. (#229865)David Lehman2008-07-091-7/+31
* Make isys.dhcpNetDevice() work in rescue mode (#435978).David Cantrell2008-04-081-1/+1
* Make manpages work in the chrooted environment (#243443)Joel Andres Granados2008-02-111-1/+1
* * iw/autopart_type.py (getScreen): fix text wrap width to match thedlehman2007-05-101-0/+3
* - don't run clearpart more than once (#220021)Peter Jones2006-12-191-1/+1
* Make device nodes here instead of in runRescue so cachedDrives isn't empty.Chris Lumens2006-12-141-4/+0
* Here's a better fix.Chris Lumens2006-10-191-5/+1
* Don't specify a stdout or stderr for shells on s390 (#210481).Chris Lumens2006-10-191-1/+5
* 2006-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-151-4/+6
* - make /mnt/runtime symlink for mke2fs.conf where appropriatePeter Jones2006-08-211-1/+1
* That's what I meant.Chris Lumens2006-08-041-1/+1
* Look for ifconfig in the right place (#201372).Chris Lumens2006-08-041-1/+1
* 2006-07-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-261-1/+1
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-1/+1
* See ChangeLog.David Cantrell2006-07-071-1/+1
* PSU, PSU wherefore art though...Paul Nasrat2006-07-071-6/+1
* Display fs labels next to rescue choices (#196345).Chris Lumens2006-06-261-1/+9
* Fix rescue mode by using text install's runShell code instead. TestedChris Lumens2006-06-161-27/+23
* Fix the first part of rescue mode brokenness.Chris Lumens2006-06-011-0/+1
* Don't try to mount protected partitions again, as this will cause an errorChris Lumens2006-05-261-2/+1
* Change findExistingRoots to use the anaconda class, which required aChris Lumens2006-05-171-28/+24
* ChangeLogPaul Nasrat2006-03-141-0/+2
* * rescue.py: Added runShell() to handle spawning the tty1 shell forDavid Cantrell2006-03-031-4/+14
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-221-1/+9
* Make /dev/input/event* device nodes needed for some laptop mice.Chris Lumens2005-10-141-0/+1
* Use new logging system.Chris Lumens2005-08-121-7/+9
* 2005-04-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-121-2/+2
* 2004-11-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-021-0/+2
* 2004-10-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-151-1/+5
* fix traceback in rescue mode on weird cases so that they at leastJeremy Katz2004-08-301-1/+4
* don't traceback if we fail to create symlinks for rescue mode stuffJeremy Katz2004-07-091-1/+4
* another selinux fixJeremy Katz2004-06-161-1/+1
* sys.exit -> os._exit in children (from msw)Jeremy Katz2004-05-191-1/+1
* symlink /etc/security for rescue mode tooJeremy Katz2004-03-231-1/+1
* remove some Red Hat-ismsBill Nottingham2003-12-161-1/+1
* merge from taroon branchJeremy Katz2003-08-271-1/+2
* adjust matching criteria to be slightly relaxedMike Fulbright2003-08-151-1/+1
* more /usr/kerberos pruningJeremy Katz2003-07-231-1/+1
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-2/+33
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-1/+1
* fix starting networking during rescue modeMike Fulbright2003-05-091-12/+59
* translate and then substitute, not vice versa (#83799)anaconda-s390-tag7Jeremy Katz2003-02-101-3/+3
* moved loading of st.o to loaderMike Fulbright2003-02-071-6/+0
* make back button workMike Fulbright2003-01-291-10/+16
* shell out and cleanse return code to fix bug mike m was seeingMike Fulbright2003-01-211-2/+4
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* make man pages work in rescue mode, plus make /bin/bash available so scripts ...Mike Fulbright2003-01-141-4/+21
* added man support to rescue mode, ala bug #81628Mike Fulbright2003-01-131-0/+25
* handle change for findExistingRoots. this code has got to be changed to be l...Jeremy Katz2003-01-121-1/+1
* load st.o if we find tape drivesMike Fulbright2003-01-091-0/+7