manifests/fedora-container: persist _install_langs
Persist the `_install_langs` via the new `org.osbuild.rpm.macros` stage.
This commit is contained in:
parent
10b8c0dcdc
commit
f078420879
2 changed files with 22 additions and 0 deletions
|
|
@ -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",
|
"type": "org.osbuild.locale",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
"type": "org.osbuild.locale",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue