summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lvm.pm')
-rw-r--r--perl-install/lvm.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm
index bb371fd75..8d7207723 100644
--- a/perl-install/lvm.pm
+++ b/perl-install/lvm.pm
@@ -47,7 +47,6 @@ sub get_lvs {
my $type = -e $_ && fsedit::typeOfPart($_);
{ device => $_,
type => $type || 0x83,
- isFormatted => $type,
size => (split(':', `lvdisplay -D -c $_`))[6] }
} map { /^LV Name\s+(\S+)/ ? $1 : () } `vgdisplay -v -D $lvm->{LVMname}`
];