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:
parent
f33c102260
commit
c350b7f467
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user