diff options
Diffstat (limited to 'perl-install/lvm.pm')
-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 15fbe554a..86c679f70 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -121,7 +121,7 @@ sub get_lvs { if (my $type = -e "/dev/$device" && fs::type::type_subpart_from_magic($part)) { put_in_hash($part, $type); } else { - $part->{fs_type} = 'ext2'; + $part->{fs_type} = defaultFS(); } $part; } @l |