add BIOS font variant for 'user logged in' needle

Summary:
As I figured out a while back, the seabios firmware font is
nearly the same as our console font (eurlatgr) but not quite,
significantly its @ character is different (shorter). We
already have a root_logged_in variant for the firmware font,
but we now need one for user_logged_in as well. The Atomic
installer image has had the Linux console fonts stripped from
its payload, so it's now using the firmware font, and user_
logged_in isn't matching - see
https://openqa.fedoraproject.org/tests/461 .

Test Plan:
Run the cloud_atomic_canned test (on an F23
post-release nightly, as it's not appearing for Rawhide
nightlies ATM) and confirm it now passes.

Reviewers: garretraziel, jskladan

Reviewed By: jskladan

Subscribers: tflink

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D684
This commit is contained in:
Adam Williamson 2015-12-08 08:05:46 -08:00
parent fd2ed44162
commit f34d01ee01
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"properties": [],
"tags": [
"user_logged_in",
"user_console",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
],
"area": [
{
"ypos": 95,
"width": 41,
"height": 14,
"xpos": 7,
"type": "match"
},
{
"xpos": 136,
"ypos": 93,
"width": 17,
"height": 17,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B