From dfdf67465048d060f7f86cd70d55cb78b6da15d9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Aug 2007 09:58:43 +0000 Subject: drop Move support (unused for quite a long time and superceeded by Globetrotter which itself was obsoleted by Mdv One) --- perl-install/fs/mount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/mount.pm') diff --git a/perl-install/fs/mount.pm b/perl-install/fs/mount.pm index 5687ac4d3..f22283573 100644 --- a/perl-install/fs/mount.pm +++ b/perl-install/fs/mount.pm @@ -40,7 +40,7 @@ sub mount { push @types, 'smb', 'smbfs', 'davfs2' if !$::isInstall; - if (!member($fs, @types) && !$::move) { + if (!member($fs, @types)) { log::l("skipping mounting $dev partition ($fs)"); return; } -- cgit v1.2.1