From e9f912971217e7b1e4a7f2c147fabb235dd90b7f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Apr 2001 13:08:05 +0000 Subject: (get_lvs): remove the setting of flag isFormatted which was wrong (didn't propose to format it) --- perl-install/lvm.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/lvm.pm') 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}` ]; -- cgit v1.2.1