From 28bc3db3d13b3d8a417bf9a8a930fe20b43d146c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 30 Mar 2005 09:28:35 +0000 Subject: Copy all rpms from removable media into the cachedir; don't check for supermount. --- urpm.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 6b9ac6ee..6f1d5884 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2716,11 +2716,7 @@ sub copy_packages_of_removable_media { $removables{$device} = [ $sorted_media[-1] ]; } - #- mount the removable device, only one or the important one. - #- if supermount is used on the device, it is preferable to copy - #- the file instead (because it is so slooooow). - $examine_removable_medium->($removables{$device}[0], $device, - urpm::sys::is_using_supermount($device) ? 'copy' : 0); + $examine_removable_medium->($removables{$device}[0], $device, 'copy'); } 1; -- cgit v1.2.1