summaryrefslogtreecommitdiffstats
path: root/rescue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* make it so emacs works in rescue modeMike Fulbright2003-01-081-1/+1
* set library path if we mounted a filesystemMike Fulbright2003-01-071-0/+3
* added network startup to rescue mode and also made swap startMike Fulbright2003-01-031-0/+87
* *grumble*Jeremy Katz2002-12-121-0/+1
* use the standard way of creating device nodes. (#79175)Jeremy Katz2002-12-061-10/+1
* we don't need this twiceJeremy Katz2002-11-261-3/+0
* added code to get rescue mode working againMike Fulbright2002-11-261-1/+9
* this should fix rescue modeJeremy Katz2002-11-261-1/+3
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-2/+2
* fix speling (#68541)Bill Nottingham2002-07-111-1/+1
* kill more /mnt/sysimageJeremy Katz2002-05-301-3/+4
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-24/+47
* use os.chroot nowJeremy Katz2002-02-131-1/+1
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-271-9/+9
* why did this disappear? with most exceptions for mounting the root fs in res...Jeremy Katz2001-08-301-2/+1
* make an mtab in rescue mode so grub-install can workJeremy Katz2001-08-011-0/+21
* prompt before mounting filsystems in rescue mode, notify user how to exitMike Fulbright2001-07-231-2/+30
* added some text about chroot (bug 45912)Erik Troan2001-06-281-1/+3
* updated for fssetErik Troan2001-06-281-44/+16
* copyrightMatt Wilson2001-06-221-0/+15
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-12/+14
* allow use of 'nomount' commandline option to prevent rescue mode from trying ...Mike Fulbright2001-04-041-4/+7
* be much more agressive about catching exceptionsErik Troan2001-03-161-1/+10
* populate /dev a bitErik Troan2001-02-221-0/+13
* create /tmp/cleanup when necessaryErik Troan2001-02-221-1/+12
* let rescue mode be more tolerant of mount failuresErik Troan2001-02-221-1/+1
* fixup API to new callMike Fulbright2001-02-101-1/+1
* fixup API to new callMike Fulbright2001-02-101-1/+1
* fix something ewt broke with finding upgrade pathMike Fulbright2001-01-311-1/+1
* fixed tracebackMike Fulbright2001-01-241-3/+9
* fixed so we just ignore RAID booting when doing maximum cylinder test, also f...Mike Fulbright2001-01-231-1/+8
* 1) better error handling for systems w/o and block devicesErik Troan2001-01-181-4/+15
* fixed syntax errorErik Troan2001-01-181-1/+1
* reworked rescue mode to automatically mount the user's systemErik Troan2001-01-121-0/+87