diff options
Diffstat (limited to 'pod/urpmi.8.pod')
-rw-r--r-- | pod/urpmi.8.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 4ba8a736..109f9080 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -278,6 +278,13 @@ Do not install documents files (same as C<rpm --excludedocs>). Don't check file systems for sufficient disk space before installation. This is equivalent to C<rpm --ignoresize>. +=item B<--repackage> + +Save previous state of upgraded packages; in other words, save the old +rpms (usually in F</var/spool/repackage>, but you can override this with +an rpm macro.) This is equivalent to providing the B<--repackage> flag to +rpm. + =item B<--noscripts> Don't execute the scriptlets. |