summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-12 19:44:14 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-12 19:44:14 +0000
commitc49707b3142a9b56632de9a15f03e2c14fc43039 (patch)
treeee8aaeb8e0c7ccb1822eddda6e1825663598494a
parentf55a10a64c232b9b6aac60d6907623926ed8af6f (diff)
downloadanaconda-c49707b3142a9b56632de9a15f03e2c14fc43039.tar.gz
anaconda-c49707b3142a9b56632de9a15f03e2c14fc43039.tar.xz
anaconda-c49707b3142a9b56632de9a15f03e2c14fc43039.zip
handle change for findExistingRoots. this code has got to be changed to be less fragile for gingin++
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index b8d629072..c1b48ce9f 100644
--- a/rescue.py
+++ b/rescue.py
@@ -213,7 +213,7 @@ def runRescue(instPath, mountroot, id):
scroll = 0
partList = []
- for (drive, fs) in disks:
+ for (drive, fs, relstr) in disks:
partList.append(drive)
(button, choice) = \