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:
parent
ed58cc0d00
commit
3cfee6d2f2
@ -59,6 +59,7 @@ boot_devices = {
|
||||
'optical': 0x14,
|
||||
'dvd': 0x14,
|
||||
'floppy': 0x3c,
|
||||
'usb': 0x3c,
|
||||
'default': 0x0,
|
||||
'setup': 0x18,
|
||||
'bios': 0x18,
|
||||
|
@ -56,6 +56,7 @@ boot_devices_write = {
|
||||
'network': 'Pxe',
|
||||
'pxe': 'Pxe',
|
||||
'hd': 'Hdd',
|
||||
'usb': 'Usb',
|
||||
'cd': 'Cd',
|
||||
'cdrom': 'Cd',
|
||||
'optical': 'Cd',
|
||||
|
Loading…
x
Reference in New Issue
Block a user