summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-05 17:52:25 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-05 17:52:25 +0000
commitf6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2 (patch)
tree7f47c1c304f94c8b1ecf9f40c8795341b672c582 /perl-install/install_steps.pm
parentf0c2f996867e6b7d1a7ff41e0a5e85bc58674f1e (diff)
downloaddrakx-backup-do-not-use-f6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2.tar
drakx-backup-do-not-use-f6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2.tar.gz
drakx-backup-do-not-use-f6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2.tar.bz2
drakx-backup-do-not-use-f6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2.tar.xz
drakx-backup-do-not-use-f6ad11f84fbc8cd54dcccc4e6f98af36e285ddc2.zip
fixed typo preventing removable devices to be seen in /etc/fstab.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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}) ];