diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-08-01 14:12:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-08-01 14:12:27 +0000 |
commit | d4a0ca3c096b3f3290cf70d7a847d79a3e840972 (patch) | |
tree | cc094a6bfad6ae2bda9104a8fe749407f83756df /pod | |
parent | c2f1635b6b2c9a524639673e6057eb8bae07c570 (diff) | |
download | urpmi-d4a0ca3c096b3f3290cf70d7a847d79a3e840972.tar urpmi-d4a0ca3c096b3f3290cf70d7a847d79a3e840972.tar.gz urpmi-d4a0ca3c096b3f3290cf70d7a847d79a3e840972.tar.bz2 urpmi-d4a0ca3c096b3f3290cf70d7a847d79a3e840972.tar.xz urpmi-d4a0ca3c096b3f3290cf70d7a847d79a3e840972.zip |
noreconfigure is a per-media option (#23894)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.cfg.5.pod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 084c5a8c..972e3cfe 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -82,11 +82,6 @@ kilo-bytes per second, unless a suffix C<K> or C<M> is added. Don't import pubkeys when updating media. -=item B<noreconfigure> - -Specifies that the media should not be reconfigured (by a reconfiguration -file present on the medium). - =item B<norebuild> Same as B<--norebuild> for urpmi, urpmi.update and urpmi.addmedia. @@ -176,6 +171,9 @@ medium for verification (unless of course signature checking has been disabled globally). It's also possible to override B<verify-rpm> and B<downloader> in a medium description. +The B<noreconfigure> flag can be added to specify that the media should +not be reconfigured (by a reconfiguration file present on the mirror). + Media can be marked as B<static>: this means that they will never get updated by urpmi.update or other means. This is useful for read-only media such as CDs. |