From f6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 5 Sep 2001 17:52:25 +0000 Subject: fixed typo preventing removable devices to be seen in /etc/fstab. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c6d3b9fb7..26f876250 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -144,7 +144,7 @@ sub doPartitionDisksAfter { } fs::set_removable_mntpoints($o->{all_hds}); - fs::set_default_options($o->{all_hds}, $o->{useSupermount}, $o->{security}, lang::fs_options($o->{lang})) + fs::set_all_default_options($o->{all_hds}, $o->{useSupermount}, $o->{security}, lang::fs_options($o->{lang})) if !$o->{isUpgrade}; $o->{fstab} = [ fsedit::get_all_fstab($o->{all_hds}) ]; -- cgit v1.2.1