stages/dnf.config: extend documentation

Add a few more words about the stage.
This commit is contained in:
Christian Kellner 2022-06-29 19:14:28 +02:00 committed by Tom Gundersen
parent 4c12967c0d
commit 1235c62f8b

View file

@ -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