diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-13 04:52:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-13 04:52:38 +0000 |
commit | 0935fb7e249568209af72cce0094feee6a11036c (patch) | |
tree | 817cabc62bc4f3156143b0654b2808898b34fffb /perl-install/fs/mount_options.pm | |
parent | abbd644ab503f66c469be40e0fe0534c680286d3 (diff) | |
download | drakx-0935fb7e249568209af72cce0094feee6a11036c.tar drakx-0935fb7e249568209af72cce0094feee6a11036c.tar.gz drakx-0935fb7e249568209af72cce0094feee6a11036c.tar.bz2 drakx-0935fb7e249568209af72cce0094feee6a11036c.tar.xz drakx-0935fb7e249568209af72cce0094feee6a11036c.zip |
fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice name...)
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r-- | perl-install/fs/mount_options.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 358f01e01..a8fa688db 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -23,7 +23,7 @@ sub unpack { my ($non_defaults, $user_implies) = list(); - my @auto_fs = fs::auto_fs(); + my @auto_fs = fs::type::guessed_by_mount(); my %per_fs = ( iso9660 => [ qw(unhide) ], vfat => [ qw(umask=0 umask=0022) ], |