diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-10 16:42:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-10 16:42:54 +0000 |
commit | c9f97c392a17ed3ffba3de7b5c987c2d4327dbf0 (patch) | |
tree | 146cbbf438813b32e5a883d01e9df3aacfabd686 /man | |
parent | 11d574238f18fe034d62956adff3ec35e804b132 (diff) | |
download | urpmi-c9f97c392a17ed3ffba3de7b5c987c2d4327dbf0.tar urpmi-c9f97c392a17ed3ffba3de7b5c987c2d4327dbf0.tar.gz urpmi-c9f97c392a17ed3ffba3de7b5c987c2d4327dbf0.tar.bz2 urpmi-c9f97c392a17ed3ffba3de7b5c987c2d4327dbf0.tar.xz urpmi-c9f97c392a17ed3ffba3de7b5c987c2d4327dbf0.zip |
Document --ignoresize
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmi.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 77d2b279..d1ac44da 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -151,6 +151,9 @@ 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\--ignoresize\fP" +Don't check file systems for sufficient disk space before installation. This +is equivalent to \fBrpm --ignoresize\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 |