summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-12-15 20:48:57 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-12-15 20:48:57 +0000
commit2c42fba972fb36bbb744924cfdb42265f3de42b9 (patch)
tree27a40909c6192470d0113f9a22fe7f7317b8dfc0
parent7a905795ef6a73793fc95b6566953e1f908bc78d (diff)
downloadanaconda-2c42fba972fb36bbb744924cfdb42265f3de42b9.tar.gz
anaconda-2c42fba972fb36bbb744924cfdb42265f3de42b9.tar.xz
anaconda-2c42fba972fb36bbb744924cfdb42265f3de42b9.zip
* partedUtils.py: self.anaconda.intf -> intf
-rw-r--r--ChangeLog4
-rw-r--r--partedUtils.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4fd38bf8..69e80b3d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-15 David Cantrell <dcantrell@redhat.com>
+ * partedUtils.py: self.anaconda.intf -> intf
+
+2006-12-15 David Cantrell <dcantrell@redhat.com>
+
* fsset.py: This file is fsset.py, not fstab.py.
* partedUtils.py (DiskSet): Handle instantiation from LabelFactory where
diff --git a/partedUtils.py b/partedUtils.py
index 057480efb..b17d0b8fc 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -1120,7 +1120,7 @@ class DiskSet:
filter_partitions(disk, validateFsType)
# check that their partition table is valid for their architecture
- ret = checkDiskLabel(disk, self.anaconda.intf)
+ ret = checkDiskLabel(disk, intf)
if ret == 1:
DiskSet.skippedDisks.append(drive)
continue