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:
parent
1d37647506
commit
e7fdfbaea1
5 changed files with 438 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue