david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[contrib] Add .hrom format to rom-o-matic

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Marty Connor 2010-01-17 14:11:52 -05:00
parent 67a10ef000
commit b7fc45c975
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ $ofmts = array
"Linux kernel (SYSLINUX/GRUB/LILO) loadable image (.lkrn)" => "lkrn",
"USB Keychain disk image (.usb)" => "usb",
"ROM binary (flashable) image (.rom)" => "rom",
"ROM binary (flashable) for problem PMM BIOSES (.hrom)" => "hrom",
"PXE bootstrap loader image [Unload PXE stack] (.pxe)" => "pxe",
"PXE bootstrap loader keep [Keep PXE stack method 1] (.kpxe)" => "kpxe",
"PXE bootstrap loader keep [Keep PXE stack method 2] (.kkpxe)" => "kkpxe",