Tweak bootloader_uefi so it matches both pre- and post-install

...I hope. This is necessary as we now have a case where it
needs to match post-install (aarch64 support_server, since
aarch64 is always UEFI).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-03-15 12:52:17 -07:00
parent f830cf3ddc
commit de775ad42d

View File

@ -1,4 +1,14 @@
{ {
"area": [
{
"height": 19,
"type": "match",
"width": 140,
"xpos": 126,
"ypos": 460
}
],
"properties": [],
"tags": [ "tags": [
"ENV-DISTRI-fedora", "ENV-DISTRI-fedora",
"ENV-FLAVOR-server_boot", "ENV-FLAVOR-server_boot",
@ -6,15 +16,5 @@
"ENV-UEFI-1", "ENV-UEFI-1",
"bootloader_uefi", "bootloader_uefi",
"bootloader" "bootloader"
], ]
"area": [
{
"width": 140,
"height": 14,
"xpos": 126,
"type": "match",
"ypos": 140
}
],
"properties": []
} }