diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-01-23 21:01:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-01-23 21:01:39 +0000 |
commit | 789cde970ff86e66dac6325bfac2ea91dce5c89d (patch) | |
tree | c599c0e393dc583f345287a8c099935736b73e64 /rescue.py | |
parent | bc9b811441a202009208b02ee52a7673b208ae95 (diff) | |
download | anaconda-789cde970ff86e66dac6325bfac2ea91dce5c89d.tar.gz anaconda-789cde970ff86e66dac6325bfac2ea91dce5c89d.tar.xz anaconda-789cde970ff86e66dac6325bfac2ea91dce5c89d.zip |
2007-01-23 Jeremy Katz <katzj@redhat.com>
* rescue.py (runRescue): We don't really use the method for rescue
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -269,7 +269,6 @@ def runRescue(anaconda): screen = SnackScreen() anaconda.intf = RescueInterface(screen) - anaconda.setMethod() # prompt to see if we should try and find root filesystem and mount # everything in /etc/fstab on that root |