From de775ad42d1cf42e95c70102ccb38dfa7eba86f6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 15 Mar 2018 12:52:17 -0700 Subject: [PATCH] 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 --- needles/console/bootloader_uefi.json | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/needles/console/bootloader_uefi.json b/needles/console/bootloader_uefi.json index 350b5f92..af69e34d 100644 --- a/needles/console/bootloader_uefi.json +++ b/needles/console/bootloader_uefi.json @@ -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" + ] +} \ No newline at end of file