diff options
author | Erik Troan <ewt@redhat.com> | 2000-07-07 20:40:26 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-07-07 20:40:26 +0000 |
commit | bbb6fb1d128d39193d01d42a39650af90a8f7cba (patch) | |
tree | 9c9edcec29506c07b47eaf40eead2c9978d14c9d /fstab.py | |
parent | b9d0c8b9a9780b38324958ea6b220e8173605f7a (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |