1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-09 10:07:23 +00:00
os-autoinst-distri-fedora/needles/anaconda/partitioning/blivet/anaconda_blivet_part_fs_biosboot-20220816.json
Adam Williamson f7a8550258 Create biosboot partitions in blivet tests
From anaconda-37.12.1, anaconda defaults to GPT for all BIOS
installs. So we need to create a BIOS boot partition when doing
a BIOS install. I think all other potential configs (x86_64
UEFI, aarch64 (UEFI), ppc64le (OFW)) are covered under the other
two paths, so just making this `else` should be OK.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-08-16 15:39:38 -04:00

15 lines
220 B
JSON

{
"area": [
{
"xpos": 398,
"ypos": 139,
"width": 62,
"height": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_blivet_part_fs_biosboot"
]
}