diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-13 10:47:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-13 10:47:11 +0000 |
commit | 8ba28b366c2aec738ad35e0a2195622165dfc515 (patch) | |
tree | 241a48cb1edbb3ab585e356383b8cd9a323e0296 /pod | |
parent | 81e111d03cca400b44c8e7c23f1a5856a68dd5c9 (diff) | |
download | urpmi-8ba28b366c2aec738ad35e0a2195622165dfc515.tar urpmi-8ba28b366c2aec738ad35e0a2195622165dfc515.tar.gz urpmi-8ba28b366c2aec738ad35e0a2195622165dfc515.tar.bz2 urpmi-8ba28b366c2aec738ad35e0a2195622165dfc515.tar.xz urpmi-8ba28b366c2aec738ad35e0a2195622165dfc515.zip |
Add --ignorearch flag to urpmi
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.8.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 109f9080..cf70037f 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -273,6 +273,11 @@ names begin with the given I<string> (same as C<rpm --excludepath>). Do not install documents files (same as C<rpm --excludedocs>). +=item B<--ignorearch> + +Allow to install packages whose architecture does not match the +architecture of the host. This is equivalent to C<rpm --ignorearch>. + =item B<--ignoresize> Don't check file systems for sufficient disk space before installation. |