From 7215bedd1c8beeef814cd92255bb69622bd823d0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Sep 2005 16:24:07 +0000 Subject: migrate fstab when upgrading an alien distro (should be done always?) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9a8930d94..1a9f8aa70 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -197,7 +197,7 @@ sub doPartitionDisksAfter { fs::set_removable_mntpoints($o->{all_hds}); fs::mount_options::set_all_default($o->{all_hds}, %$o, lang::fs_options($o->{locale})) - if !$o->{isUpgrade}; + if !$o->{isUpgrade} || $o->{isUpgrade} =~ /redhat|conectiva/; $o->{fstab} = [ fs::get::fstab($o->{all_hds}) ]; -- cgit v1.2.1