2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-31 05:17:39 +00:00

Add usb alias for floppy and usb for redfish

Particularly in redfish, there is a distinction made
from 'floppy', and some implementations do not implement
floppy correctly.

Change-Id: I983d4ba94579a850b36786f04cbe03af3fce8de2
This commit is contained in:
Jarrod Johnson 2021-02-01 08:52:09 -05:00
parent ed58cc0d00
commit 3cfee6d2f2
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ boot_devices = {
'optical': 0x14,
'dvd': 0x14,
'floppy': 0x3c,
'usb': 0x3c,
'default': 0x0,
'setup': 0x18,
'bios': 0x18,

View File

@ -56,6 +56,7 @@ boot_devices_write = {
'network': 'Pxe',
'pxe': 'Pxe',
'hd': 'Hdd',
'usb': 'Usb',
'cd': 'Cd',
'cdrom': 'Cd',
'optical': 'Cd',