summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-02 11:08:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-02 11:08:21 +0000
commit72fe63f8f1a65c25d964ab72bfa9294348298f0d (patch)
tree80bef56029853d5c4e315294f48b05b28b94cf04 /man
parent89496f8feffb67424d0fac591ff9a83244982f82 (diff)
downloadurpmi-72fe63f8f1a65c25d964ab72bfa9294348298f0d.tar
urpmi-72fe63f8f1a65c25d964ab72bfa9294348298f0d.tar.gz
urpmi-72fe63f8f1a65c25d964ab72bfa9294348298f0d.tar.bz2
urpmi-72fe63f8f1a65c25d964ab72bfa9294348298f0d.tar.xz
urpmi-72fe63f8f1a65c25d964ab72bfa9294348298f0d.zip
Add missing urpmi options in man page
Diffstat (limited to 'man')
-rw-r--r--man/C/urpmi.825
1 files changed, 18 insertions, 7 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8
index c1efc756..cb2aaec2 100644
--- a/man/C/urpmi.8
+++ b/man/C/urpmi.8
@@ -109,6 +109,9 @@ file /etc/urpmi/parallel.cfg as described below.
Use the file system tree rooted for rpm install. All operations and scripts
will run after chroot(2). The rpm database that lies in the rooted tree will
be used, but the urpmi configuration comes from the normal system.
+.IP "\fB\--use-distrib\fP \fIdirectory\fP"
+Configure urpmi on the fly from a distrib tree, useful to install a chroot with
+the \fB--root\fP option.
.IP "\fB\--wget\fP"
Use wget for downloading distant files. By default curl is used if
available, or wget instead.
@@ -118,6 +121,8 @@ available, or wget instead.
.IP "\fB\--limit-rate \fIrate\fP"
Try to limit the download speed, \fIrate\fP is given in bytes/sec. This option is
not active by default.
+.IP "\fB\--resume\fP"
+Resume transfer of partially-downloaded files.
.IP "\fB\--proxy\fP \fIproxyhost[:port|1080]\fP"
Use specified HTTP proxy.
.IP "\fB\--proxy-user\fP \fIuser:password\fP"
@@ -133,18 +138,24 @@ Activate or deactivate rpm signature checking. It's activated by default.
.IP "\fB\--test\fP"
Test (same as \fBrpm --test\fP) installation of packages but do not modify the
system.
-.IP "\fB\--strict-arch\fP"
-Upgrade only packages if the newer version has the same architecture as the
-one installed. Mostly useful on machines that support several architectures
-(32 and 64 bit).
-.IP "\fB\--norebuild\fP"
-Don't try to rebuild the hdlist files from the RPMs if the original hdlist wasn't
-readable or was corrupted.
.IP "\fB\--excludepath\fP \fIstring\fP"
Do not install files of which the names begin with the given \fIstring\fP (same
as \fBrpm --excludepath\fP).
.IP "\fB\--excludedocs\fP"
Do not install documents files (same as \fBrpm --excludedocs\fP).
+.IP "\fB\--skip\fP \fIpattern,...\fP"
+You can specify a list of packages which installation should be skipped. You
+can also include patterns between //, just like in /etc/urpmi/skip.list (see
+\fIurpmi.files\fP(5)).
+.IP "\fB\--more-choices\fP"
+When several packages are found, propose more choices than the default.
+.IP "\fB\--norebuild\fP"
+Don't try to rebuild the hdlist files from the RPMs if the original hdlist wasn't
+readable or was corrupted.
+.IP "\fB\--strict-arch\fP"
+Upgrade only packages if the newer version has the same architecture as the
+one installed. Mostly useful on machines that support several architectures
+(32 and 64 bit).
.IP "\fB\-a\fP"
If multiple packages match the given substring, install them all.
.IP "\fB\-p\fP"