diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-03 13:08:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-03 13:08:05 +0000 |
commit | e9f912971217e7b1e4a7f2c147fabb235dd90b7f (patch) | |
tree | 375578ed87aa12b1646333cccc4500b93ddcfbd9 | |
parent | eeea05e1cdf9ad4d4952b887a52e810984c9e217 (diff) | |
download | drakx-e9f912971217e7b1e4a7f2c147fabb235dd90b7f.tar drakx-e9f912971217e7b1e4a7f2c147fabb235dd90b7f.tar.gz drakx-e9f912971217e7b1e4a7f2c147fabb235dd90b7f.tar.bz2 drakx-e9f912971217e7b1e4a7f2c147fabb235dd90b7f.tar.xz drakx-e9f912971217e7b1e4a7f2c147fabb235dd90b7f.zip |
(get_lvs): remove the setting of flag isFormatted which was wrong (didn't
propose to format it)
-rw-r--r-- | perl-install/lvm.pm | 1 |
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}` ]; |