summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm6
1 files changed, 1 insertions, 5 deletions
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;