[ipxe-devel] [PATCH] Fixes rom-o-matic, generates new LOG_LEVEL constant
Floris Bos
bos at je-eigen-domein.nl
Mon Jul 23 00:39:44 UTC 2012
---
contrib/rom-o-matic/flag-table.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php
index 0eee0c3..fe81c80 100644
--- a/contrib/rom-o-matic/flag-table.php
+++ b/contrib/rom-o-matic/flag-table.php
@@ -109,6 +109,16 @@ $flag_table = array (
"cfgsec" => "console"
),
+ "LOG_LEVEL"
+ => array (
+ "flag" => "LOG_LEVEL",
+ "type" => "choice",
+ "options" => array("LOG_NONE","LOG_EMERG","LOG_ALERT","LOG_CRIT","LOG_ERR",
+ "LOG_WARNING","LOG_NOTICE","LOG_INFO","LOG_DEBUG","LOG_ALL"),
+ "value" => "LOG_NONE",
+ "cfgsec" => "console"
+ ),
+
// End Console Options
// Begin Network Protocol Options:
--
1.7.9.5
More information about the ipxe-devel
mailing list