Add workaround logged_in needles for CoreOS white prompt

CoreOS currently sets the prompt to solid white (accidentally),
these needles work around that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-02-19 10:27:35 -08:00
parent 9f0451574d
commit 13e5f176fe
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"area": [
{
"xpos": 8,
"height": 16,
"ypos": 640,
"width": 40,
"type": "match"
},
{
"type": "match",
"width": 17,
"xpos": 137,
"ypos": 641,
"height": 14
}
],
"properties": [
{
"name": "workaround",
"value": "solid white prompt on black background - https://github.com/coreos/fedora-coreos-tracker/issues/750"
}
],
"tags": [
"root_logged_in",
"root_console",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"width": 27,
"type": "match",
"height": 14,
"ypos": 496,
"xpos": 128
}
],
"properties": [
{
"name": "workaround",
"value": "solid white prompt on black background - https://github.com/coreos/fedora-coreos-tracker/issues/750"
}
],
"tags": [
"user_logged_in",
"user_console",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB