Skip to content

Commit

Permalink
[module] Document lazy module enablement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mach authored and j-mracek committed Sep 19, 2018
1 parent 56f4429 commit a8d47f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/command_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,10 @@ In case stream is not specified enabled or default stream is used, in this order
``dnf [options] module enable <module_spec>...``
Enable a module stream and make the stream RPMs available in the package set.

Modular dependencies are resolved and checked at the enablement time,
but do not get enabled automatically, but lazily any time an RPM
is installed from them.

This command can also be used for switching module streams.
RPMs from the original stream become unavailable and RPMs from the new
stream become available in the package set.
Expand Down

0 comments on commit a8d47f4

Please sign in to comment.