summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-12 13:29:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-12 13:29:11 +0000
commit4240d64a1a513fc3bfab971492e5f03cb764d09a (patch)
treef48f4ad52e09fa9ccff8a9c1c9142be745f312da /perl-install/any.pm
parent592828dbadbf03d7dfa698826764840009513653 (diff)
downloaddrakx-backup-do-not-use-4240d64a1a513fc3bfab971492e5f03cb764d09a.tar
drakx-backup-do-not-use-4240d64a1a513fc3bfab971492e5f03cb764d09a.tar.gz
drakx-backup-do-not-use-4240d64a1a513fc3bfab971492e5f03cb764d09a.tar.bz2
drakx-backup-do-not-use-4240d64a1a513fc3bfab971492e5f03cb764d09a.tar.xz
drakx-backup-do-not-use-4240d64a1a513fc3bfab971492e5f03cb764d09a.zip
- use the "mount" command directly in move
- still not really clean ($o_options is dropped in many cases)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index da4b667c2..d28cae3e1 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -546,7 +546,7 @@ sub inspect {
$dir = '';
} else {
mkdir $dir, 0700;
- eval { fs::mount($part->{device}, $dir, type2fs($part), !$b_rw) };
+ eval { fs::mount($part->{device}, $dir, type2fs($part, 'skip'), !$b_rw) };
$@ and return;
}
my $h = before_leaving {