summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/removable.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-13 04:52:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-13 04:52:38 +0000
commit0935fb7e249568209af72cce0094feee6a11036c (patch)
tree817cabc62bc4f3156143b0654b2808898b34fffb /perl-install/diskdrake/removable.pm
parentabbd644ab503f66c469be40e0fe0534c680286d3 (diff)
downloaddrakx-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/diskdrake/removable.pm')
-rw-r--r--perl-install/diskdrake/removable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/removable.pm b/perl-install/diskdrake/removable.pm
index 14eb26772..a38671848 100644
--- a/perl-install/diskdrake/removable.pm
+++ b/perl-install/diskdrake/removable.pm
@@ -41,7 +41,7 @@ sub mount_point {
}
sub type {
my ($in, $raw_hd) = @_;
- my @fs = ('auto', fs::auto_fs());
+ my @fs = ('auto', fs::type::guessed_by_mount());
my $fs_type = $raw_hd->{fs_type};
$in->ask_from(N("Change type"),
N("Which filesystem do you want?"),