[contrib] Update rom-o-matic to build iPXE

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Floris Bos
2011-05-06 18:33:05 +01:00
committed by Michael Brown
parent c1cc769ef4
commit b7d923f468
4 changed files with 31 additions and 9 deletions

View File

@@ -98,6 +98,17 @@ $flag_table = array (
"cfgsec" => "general"
),
"KEYBOARD_MAP"
=> array (
"flag" => "KEYBOARD_MAP",
"type" => "choice",
"options" => array("al","az","bg","by","cf","cz","de","dk","es","et","fi","fr",
"gr","hu","il","it","lt","mk","mt","nl","no","pl","pt","ro","ru","sg","sr",
"th","ua","uk","us","wo"),
"value" => "us",
"cfgsec" => "console"
),
// End Console Options
// Begin Network Protocol Options:
@@ -487,6 +498,17 @@ $flag_table = array (
// End Wireless options
// Obscure options required to compile
"NETDEV_DISCARD_RATE"
=> array (
"flag" => "NETDEV_DISCARD_RATE",
"type" => "integer",
"value" => "0",
"cfgsec" => "general",
"hide_from_user" => true
)
// End Obscure options
);
// For emacs: