stages/dnf.config: add support for tsflags

Add support for specifying rpm transaction flags via the `tsflags`
options. See `dnf.conf(5)` for more details.
This commit is contained in:
Christian Kellner 2022-06-29 19:05:54 +02:00 committed by Tom Gundersen
parent c1c6ab6493
commit 4c12967c0d
4 changed files with 32 additions and 3 deletions

View file

@ -503,7 +503,10 @@
],
"config": {
"main": {
"ip_resolve": "4"
"ip_resolve": "4",
"tsflags": [
"nodocs"
]
}
}
}

View file

@ -40,7 +40,10 @@
],
"config": {
"main": {
"ip_resolve": "4"
"ip_resolve": "4",
"tsflags": [
"nodocs"
]
}
}
}

View file

@ -7,7 +7,7 @@
"/etc/dnf/dnf.conf": {
"content": [
"sha256:c517559154f0de26716dd6464fbf524aeebf965cb8cf89ebde69e51355633878",
"sha256:86795d352e3107dfb5257a9a4466fdc93668ec0776def8f62e211560f6fabeac"
"sha256:1469ad98fc3bb8c2d88d5bdb81eb5f91c48107a5ecabcafd5025b03d9d215325"
]
}
}