1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-11 01:24:20 +00:00

Add a workaround needle for greyed-out lang select page

Since lorax-41.3-1.fc41, the anaconda language selection page
appears greyed out on Silverblue installer images for some reason
(it's fine on the Everything network install image we build).
Let's treat this as a soft failure for now - it still works, just
looks a bit weird - so we don't have failures on every update.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-17 18:04:09 -07:00
parent b5ad24c3fc
commit 30cceaf75e
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"area": [
{
"height": 28,
"width": 87,
"xpos": 357,
"ypos": 102,
"type": "match"
}
],
"properties": [
{
"name": "workaround",
"value": "wtf why is this greyed out?"
}
],
"tags": [
"anaconda_select_install_lang",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB