manifests/fedora-container: persist _install_langs

Persist the `_install_langs` via the new `org.osbuild.rpm.macros`
stage.
This commit is contained in:
Christian Kellner 2022-06-29 20:38:36 +02:00 committed by Tom Gundersen
parent 10b8c0dcdc
commit f078420879
2 changed files with 22 additions and 0 deletions

View file

@ -552,6 +552,17 @@
]
}
},
{
"type": "org.osbuild.rpm.macros",
"options": {
"filename": "/etc/rpm/macros.image-language-conf",
"macros": {
"_install_langs": [
"en_US"
]
}
}
},
{
"type": "org.osbuild.locale",
"options": {

View file

@ -67,6 +67,17 @@
]
}
},
{
"type": "org.osbuild.rpm.macros",
"options": {
"filename": "/etc/rpm/macros.image-language-conf",
"macros": {
"_install_langs": [
"en_US"
]
}
}
},
{
"type": "org.osbuild.locale",
"options": {