summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-27 11:27:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-27 11:27:52 +0000
commit2406a55863680007f753d8ffb5fefd7f4f2e8d29 (patch)
tree45a4c6025ead1bc7e74adf8ccee65b8113fb4c5c /urpm/main_loop.pm
parent0d53f9b55b6480cbea443cd217b54f588f5fb84c (diff)
downloadurpmi-2406a55863680007f753d8ffb5fefd7f4f2e8d29.tar
urpmi-2406a55863680007f753d8ffb5fefd7f4f2e8d29.tar.gz
urpmi-2406a55863680007f753d8ffb5fefd7f4f2e8d29.tar.bz2
urpmi-2406a55863680007f753d8ffb5fefd7f4f2e8d29.tar.xz
urpmi-2406a55863680007f753d8ffb5fefd7f4f2e8d29.zip
treat iso as non-removable
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r--urpm/main_loop.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index b4dbff7c..14edf494 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -51,7 +51,7 @@ unless ($local_sources || $list) {
my %sources = %$local_sources;
my %error_sources;
-urpm::removable::try_mounting_non_removables($urpm, $list);
+urpm::removable::try_mounting_non_cdroms($urpm, $list);
$callbacks->{pre_removable} and $callbacks->{pre_removable}->();
urpm::removable::copy_packages_of_removable_media($urpm,