diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-30 10:17:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-30 10:17:07 +0000 |
commit | 4746ca145de9f13ec01c68472d6a78798905d6c7 (patch) | |
tree | 23c8d32e7b48112228ee5988cee974278845e07e /urpme | |
parent | b01e58f7a21a9ec6371562029989b46b7f95fe72 (diff) | |
download | urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar.gz urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar.bz2 urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.tar.xz urpmi-4746ca145de9f13ec01c68472d6a78798905d6c7.zip |
simplify
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,6 +48,7 @@ usage: ") . N(" --parallel - distributed urpmi across machines of alias. ") . N(" --repackage - Re-package the files before erasing ") . N(" --root - use another root for rpm removal. +") . N(" --urpmi-root - use another root for urpmi db & rpm installation. ") . N(" --noscripts - do not execute package scriptlet(s). ") . N(" --use-distrib - configure urpme on the fly from a distrib tree, useful to (un)install a chroot with --root option. @@ -87,7 +88,6 @@ unless ($test) { my $_urpmi_lock = urpm::lock::urpmi_db($urpm); urpm::media::configure($urpm, synthesis => ($parallel ? 'none' : ''), - root => $urpm->{root}, parallel => $parallel, probe_with => $options{probe_with}, usedistrib => $options{usedistrib}, |