From 51fd51c2f560620d0e5c73a824d7677661f9c385 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Jul 2004 05:58:27 +0000 Subject: create rationalize_options() and use it (bugzilla #3525) more checks should be done in this function, and used at more places (but where?) --- perl-install/fsedit.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 921d96d63..89e999b01 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -771,7 +771,8 @@ sub change_type { $part->{mntpoint} = '' if isRawLVM({ type => $type }) || isRawRAID({ type => $type }); $part->{type} = $type; $part->{notFormatted} = 1; - $part->{isFormatted} = 0; + $part->{isFormatted} = 0; + fs::rationalize_options($part); } sub rescuept($) { -- cgit v1.2.1