diff options
author | Marty Connor <mdc@etherboot.org> | 2010-01-17 14:11:52 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-17 14:11:52 -0500 |
commit | b7fc45c97502cb07083d4221fa714f9ab34d9b7a (patch) | |
tree | 7113e513f4fb25b24854f9d84849d5943bb4328f /contrib/rom-o-matic | |
parent | 67a10ef000cb763ed1bc6bde4b6f8f259c71512a (diff) | |
download | ipxe-b7fc45c97502cb07083d4221fa714f9ab34d9b7a.zip ipxe-b7fc45c97502cb07083d4221fa714f9ab34d9b7a.tar.gz ipxe-b7fc45c97502cb07083d4221fa714f9ab34d9b7a.tar.bz2 |
[contrib] Add .hrom format to rom-o-matic
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'contrib/rom-o-matic')
-rw-r--r-- | contrib/rom-o-matic/flag-table.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php index 5f09ebc..82551e4 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", |