summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2003-01-14 06:25:35 +0000
committerMatt Wilson <msw@redhat.com>2003-01-14 06:25:35 +0000
commitd1caf3a505430d5dff62b1ec52055b6b6d2647bc (patch)
tree1b97521fcab0aa484ec720da0ea2de384fd6271f /partedUtils.py
parent2a7eff8fadb767906c520939e0bf19ab716e1867 (diff)
downloadanaconda-d1caf3a505430d5dff62b1ec52055b6b6d2647bc.tar.gz
anaconda-d1caf3a505430d5dff62b1ec52055b6b6d2647bc.tar.xz
anaconda-d1caf3a505430d5dff62b1ec52055b6b6d2647bc.zip
enable multiple filesystem checking
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 428cd713f..52d3f5e58 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -764,8 +764,7 @@ class DiskSet:
DiskSet.skippedDisks.append(drive)
continue
- # MSWFIXME: enable once parted binding complete
- # filter_partitions(disk, validateFsType)
+ filter_partitions(disk, validateFsType)
# check that their partition table is valid for their architecture
ret = checkDiskLabel(disk, intf)