summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.py')
-rwxr-xr-xisys/isys.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 8c20d1e76..5cb63030f 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -790,6 +790,8 @@ def readFSType(device):
return "physical volume (LVM)"
if fstype == "ext4":
return "ext4dev"
+ elif fstype == "lvm2pv":
+ return "physical volume (LVM)"
return fstype
def ext2Clobber(device):