stages/dnf.config: extend documentation
Add a few more words about the stage.
This commit is contained in:
parent
4c12967c0d
commit
1235c62f8b
1 changed files with 6 additions and 2 deletions
|
|
@ -2,8 +2,12 @@
|
|||
"""
|
||||
Change DNF configuration.
|
||||
|
||||
The stage changes persistent DNF configuration on the filesystem. Currently,
|
||||
only DNF variables can be defined.
|
||||
The stage changes persistent DNF configuration on the filesystem.
|
||||
|
||||
Allows defining dnf variables via the `variables` option and
|
||||
specific configuration options via the `config` option. The
|
||||
latter will be saved in `/etc/dnf/dnf.conf`. See `dnf.conf(5)`
|
||||
for details about the configuration options.
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue