diff options
Diffstat (limited to 'perl-install/lvm.pm')
-rw-r--r-- | perl-install/lvm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index 48abf5c84..93c174daa 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -91,6 +91,7 @@ sub get_lvs { { device => $device, lv_name => $_, + rootDevice => $lvm->{VG_name}, fs_type => $fs_type || 'ext2', size => get_lv_size($device) }; } @l |