summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xgurpmi21
2 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28387f43..c843ceb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- gurpmi:
o do not exit in --auto mode at end of installation which prevents
restarting after priority upgrade
+ o fix using --rpm-root & --urpmi-root
Version 6.14 - 23 September 2008
diff --git a/gurpmi2 b/gurpmi2
index 1301c6d1..1b7c85cc 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -150,7 +150,6 @@ sub configure_urpm() {
$rpm_lock = urpm::lock::rpm_db($urpm, 'exclusive');
$urpmi_lock = urpm::lock::urpmi_db($urpm);
urpm::media::configure($urpm,
- root => $gurpmi::options{root},
media => $gurpmi::options{media},
searchmedia => $gurpmi::options{searchmedia},
update => $::update,