diff options
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. |