Browse Source

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

Signed-off-by: Marty Connor <mdc@etherboot.org>
tags/v1.0.0-rc1
Marty Connor 14 years ago
parent
commit
b7fc45c975
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      contrib/rom-o-matic/flag-table.php

+ 1
- 0
contrib/rom-o-matic/flag-table.php View File

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

Loading…
Cancel
Save