diff options
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/urpmi.8 | 4 | ||||
-rw-r--r-- | man/C/urpmi.cfg.5 | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 7d7771a5..9b678fe5 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -135,6 +135,10 @@ 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 than the +installed one. 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. diff --git a/man/C/urpmi.cfg.5 b/man/C/urpmi.cfg.5 index aba640a9..262c1d57 100644 --- a/man/C/urpmi.cfg.5 +++ b/man/C/urpmi.cfg.5 @@ -59,6 +59,12 @@ Same as \fB--norebuild\fP for \fBurpmi\fP, \fBurpmi.update\fP and will try to rebuild hdlists by default). .TP +.B strict-arch +Same as \fB--strict-arch\fP for \fBurpmi\fP. Boolean option, disabled by +default (meaning that packages can be upgraded with versions for another +architecture). + +.TP .B limit-rate Same as \fB--limit-rate\fP for all tools. This option allows to control download speed, there is no limitation by default. The number is given in kilo-bytes per |