From: Marty Connor Date: Sun, 17 Jan 2010 19:11:52 +0000 (-0500) Subject: [contrib] Add .hrom format to rom-o-matic X-Git-Tag: v1.0.0-rc1~18 X-Git-Url: http://git.etherboot.org/gpxe.git/commitdiff_plain/b7fc45c97502cb07083d4221fa714f9ab34d9b7a [contrib] Add .hrom format to rom-o-matic Signed-off-by: Marty Connor --- diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php index 5f09ebc3..82551e42 100644 --- a/contrib/rom-o-matic/flag-table.php +++ b/contrib/rom-o-matic/flag-table.php @@ -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",