summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-06 10:40:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-06 10:40:32 +0000
commit9ddba7f1d76c11c1e9f4315b828326ca742134cd (patch)
tree75833fd8e5b98512ffe385af3ec7549294cbeec8 /perl-install/install_any.pm
parent1b1cd598699675752d01b161433dfe65b11e2eae (diff)
downloaddrakx-backup-do-not-use-9ddba7f1d76c11c1e9f4315b828326ca742134cd.tar
drakx-backup-do-not-use-9ddba7f1d76c11c1e9f4315b828326ca742134cd.tar.gz
drakx-backup-do-not-use-9ddba7f1d76c11c1e9f4315b828326ca742134cd.tar.bz2
drakx-backup-do-not-use-9ddba7f1d76c11c1e9f4315b828326ca742134cd.tar.xz
drakx-backup-do-not-use-9ddba7f1d76c11c1e9f4315b828326ca742134cd.zip
when merge_fstabs, handle in a different way mtab and fstab (or manualFstab)
=> this allows to force the type&options in manualFstab
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 241c56da9..5068ff53b 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -905,7 +905,7 @@ sub suggest_mount_points {
$part->{mntpoint} = $mnt; delete $part->{unsafeMntpoint};
#- try to find other mount points via fstab
- fs::merge_info_from_fstab($fstab, $handle->{dir}, $uniq) if $mnt eq '/';
+ fs::merge_info_from_fstab($fstab, $handle->{dir}, $uniq, 'loose') if $mnt eq '/';
}
$_->{mntpoint} and log::l("suggest_mount_points: $_->{device} -> $_->{mntpoint}") foreach @$fstab;
}