summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-07 20:40:26 +0000
committerErik Troan <ewt@redhat.com>2000-07-07 20:40:26 +0000
commitbbb6fb1d128d39193d01d42a39650af90a8f7cba (patch)
tree9c9edcec29506c07b47eaf40eead2c9978d14c9d /fstab.py
parentb9d0c8b9a9780b38324958ea6b220e8173605f7a (diff)
downloadanaconda-bbb6fb1d128d39193d01d42a39650af90a8f7cba.tar.gz
anaconda-bbb6fb1d128d39193d01d42a39650af90a8f7cba.tar.xz
anaconda-bbb6fb1d128d39193d01d42a39650af90a8f7cba.zip
umm, ext2 things have labels, not dos
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 9e974ddd5..eeb9dae3d 100644
--- a/fstab.py
+++ b/fstab.py
@@ -482,7 +482,7 @@ class Fstab:
skipList.index(dev)
except ValueError, msg:
(type, sector, size) = table[i]
- if type == _balkan.DOS:
+ if type == _balkan.EXT2:
label = isys.readExt2Label(dev)
if label:
labels[dev] = label