diff options
author | Chris Lumens <clumens@redhat.com> | 2008-10-14 11:44:20 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-10-14 11:44:20 -0400 |
commit | 13ef1cee38273963bfc74315e7fcae2c460603e8 (patch) | |
tree | d82791a3caddd538a74b3409fd0487f3ec2ae68e /isys | |
parent | 66122a00d36af3dbea1581fe7990be0053b885ef (diff) | |
download | anaconda-13ef1cee38273963bfc74315e7fcae2c460603e8.tar.gz anaconda-13ef1cee38273963bfc74315e7fcae2c460603e8.tar.xz anaconda-13ef1cee38273963bfc74315e7fcae2c460603e8.zip |
ext4dev -> ext4 (esandeen).
Diffstat (limited to 'isys')
-rwxr-xr-x | isys/isys.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/isys.py b/isys/isys.py index 57672d8f6..05e0806c9 100755 --- a/isys/isys.py +++ b/isys/isys.py @@ -772,8 +772,6 @@ def readFSType(device): continue if buf[off:].startswith("LVM2"): return "physical volume (LVM)" - if fstype == "ext4": - return "ext4dev" elif fstype == "lvm2pv": return "physical volume (LVM)" return fstype |