1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

F OpenNebula/one#6417: Add 'EFI' firmware option (#3048)

Signed-off-by: Victor Hansson <vhansson@opennebula.io>
This commit is contained in:
vichansson 2024-05-09 16:41:52 +03:00 committed by GitHub
parent f33c102260
commit c350b7f467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ export const COMMON_RESOLUTIONS = {
custom: 'custom', custom: 'custom',
} }
export const FIRMWARE_TYPES = ['BIOS'] export const FIRMWARE_TYPES = ['BIOS', 'EFI']
export const KVM_FIRMWARE_TYPES = FIRMWARE_TYPES.concat([ export const KVM_FIRMWARE_TYPES = FIRMWARE_TYPES.concat([
'/usr/share/OVMF/OVMF_CODE.fd', '/usr/share/OVMF/OVMF_CODE.fd',