summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-03 13:08:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-03 13:08:05 +0000
commite9f912971217e7b1e4a7f2c147fabb235dd90b7f (patch)
tree375578ed87aa12b1646333cccc4500b93ddcfbd9 /perl-install/lvm.pm
parenteeea05e1cdf9ad4d4952b887a52e810984c9e217 (diff)
downloaddrakx-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)
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}`
];