diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lvm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; |