From 0e7b527b6e8ce0c9809e6b132b8d266eabb8073b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Jul 2004 01:49:37 +0000 Subject: a {type} didn't get moved to {pt_type}, fixing --- perl-install/lvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index c660e4d95..2d2a6d0e7 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -95,7 +95,7 @@ sub get_lvs { my $pt_type = -e "/dev/$device" && fsedit::typeOfPart($device); { device => $device, - type => $pt_type || 0x83, + pt_type => $pt_type || 0x83, size => get_lv_size($device) } } @l ]; -- cgit v1.2.1