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
1 changed files with 20 additions and 20 deletions

View File

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