From 4240d64a1a513fc3bfab971492e5f03cb764d09a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 Nov 2003 13:29:11 +0000 Subject: - use the "mount" command directly in move - still not really clean ($o_options is dropped in many cases) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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 { -- cgit v1.2.1