From 1235c62f8b84d1dbeeb90f0a42a7460da01f0260 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 29 Jun 2022 19:14:28 +0200 Subject: [PATCH] stages/dnf.config: extend documentation Add a few more words about the stage. --- stages/org.osbuild.dnf.config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stages/org.osbuild.dnf.config b/stages/org.osbuild.dnf.config index 6880f1de..d91d06c3 100755 --- a/stages/org.osbuild.dnf.config +++ b/stages/org.osbuild.dnf.config @@ -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