summaryrefslogtreecommitdiffstats
path: root/rescue.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jeremy Katz2001-08-301-2/+1
| | | | rescue mode we just want to warn that something weird may have happened but not give them a traceback (and let them have their shell)
* 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
| | | | to mount root directory.
* 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 ↵Mike Fulbright2001-01-231-1/+8
| | | | fixed some problems in rescue mode
* 1) better error handling for systems w/o and block devicesErik Troan2001-01-181-4/+15
| | | | 2) better error handling in rescue mode
* fixed syntax errorErik Troan2001-01-181-1/+1
|
* reworked rescue mode to automatically mount the user's systemErik Troan2001-01-121-0/+87