Prepare for UEFI support that will be finished in follow-up patches. Change-Id: I18d034239edd3d49ceedf281b48a650e6011bab4
12 lines
260 B
Django/Jinja
12 lines
260 B
Django/Jinja
SUSHY_EMULATOR_BOOT_LOADER_MAP = {
|
|
'UEFI': {
|
|
'x86_64': '{{ efi_loader_path }}'
|
|
},
|
|
'Legacy': {
|
|
'x86_64': None
|
|
}
|
|
}
|
|
|
|
SUSHY_EMULATOR_LISTEN_IP = '{{ redfish_emulator_host }}'
|
|
SUSHY_EMULATOR_LISTEN_PORT = {{ redfish_emulator_port }}
|