diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 15:04:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 15:04:34 +0000 |
commit | 6e97922320818b239395e68044d62019a6771994 (patch) | |
tree | 3f888025c955c78a9b1a8f6c3744c53a4acbee1a /pod | |
parent | 8fc15349906b34217fb235a05d186fcce2ee4c50 (diff) | |
download | urpmi-6e97922320818b239395e68044d62019a6771994.tar urpmi-6e97922320818b239395e68044d62019a6771994.tar.gz urpmi-6e97922320818b239395e68044d62019a6771994.tar.bz2 urpmi-6e97922320818b239395e68044d62019a6771994.tar.xz urpmi-6e97922320818b239395e68044d62019a6771994.zip |
urpme needs to support --repackage too
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpme.8.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod index 1bf956f4..d36b1d0c 100644 --- a/pod/urpme.8.pod +++ b/pod/urpme.8.pod @@ -56,6 +56,13 @@ urpmi (currently, urpmi-parallel-ka-run or urpmi-parallel-ssh are available) and which machines should be updated. This alias is defined in the file F</etc/urpmi/parallel.cfg> as described below. +=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<--root> I<directory> Use the file system tree rooted for rpm install. All operations and |