distro/fedora: use hybrid boot mode for AMI image type

The image already used base partition table with necessary layout to
support hybrid boot mode, so the change was just a matter of modifying
the associated platform.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-05-18 15:03:43 +02:00 committed by Achilleas Koutsou
parent 1d37647506
commit e7fdfbaea1
5 changed files with 438 additions and 1 deletions

View file

@ -940,7 +940,8 @@ func newDistro(version int) distro.Distro {
)
x86_64.addImageTypes(
&platform.X86{
BIOS: true,
BIOS: true,
UEFIVendor: "fedora",
BasePlatform: platform.BasePlatform{
ImageFormat: platform.FORMAT_RAW,
},