summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.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/fs.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/fs.pm')
-rw-r--r--perl-install/fs.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 7b2ea6c51..766a2e702 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -387,10 +387,6 @@ sub write_fstab {
network::smb::save_credentials($_) foreach @$smb_credentials;
}
-sub auto_fs() {
- grep { chop; $_ && !/nodev/ } cat_("/etc/filesystems");
-}
-
sub set_removable_mntpoints {
my ($all_hds) = @_;