summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-22 16:13:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-22 16:13:43 +0000
commit46c48257fb3207c5640907c2475974a71bec8ebe (patch)
tree8ca80da213fa144bfa921f9c3581be6c9eba8ac4 /perl-install/install_any.pm
parent61e451042d00fa172abf9f4b3828a6c217752fc6 (diff)
downloaddrakx-backup-do-not-use-46c48257fb3207c5640907c2475974a71bec8ebe.tar
drakx-backup-do-not-use-46c48257fb3207c5640907c2475974a71bec8ebe.tar.gz
drakx-backup-do-not-use-46c48257fb3207c5640907c2475974a71bec8ebe.tar.bz2
drakx-backup-do-not-use-46c48257fb3207c5640907c2475974a71bec8ebe.tar.xz
drakx-backup-do-not-use-46c48257fb3207c5640907c2475974a71bec8ebe.zip
Fix location of hdlist for rpms copied on disk
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index ad2ff3b4e..ab46a3fb7 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -655,6 +655,7 @@ Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done.",
log::l($@) if $@;
$m->{prefix} = "$o->{prefix}/var/ftp/pub/Mandrakelinux";
$m->{method} = 'disk';
+ $m->{with_hdlist} = 'media_info/hdlist.cz'; #- for install_urpmi
}
#- now the install will continue as 'disk'
$o->{method} = 'disk';