From 0935fb7e249568209af72cce0094feee6a11036c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Jun 2005 04:52:38 +0000 Subject: fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice name...) --- perl-install/fs.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/fs.pm') 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) = @_; -- cgit v1.2.1