---
 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

_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to