search for: br_config_base

Displaying 3 results from an estimated 3 matches for "br_config_base".

2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
...CONFIG="$BR_CONFIG\nset $BR_ROOT/ONBOOT yes" + printf "$IF_CONFIG\n" > $IF_FILENAME + printf "$BR_CONFIG\n" > $BR_FILENAME + break + ;; + 1) + BR_CONFIG=$BR_CONFIG_BASE + ;; + 2) + CONFIGURED_NIC="" + return ;; - N|n) BR_CONFIG=$BR_CONFIG_BASE ;; - A|a) CONFIGURED_NIC=""; return;; esac done else @...
2009 May 22
0
[PATCH node] Restricts network configuration to a single NIC.
...;; - A|a) return ;; + A|a) CONFIGURED_NIC=""; return;; esac printf "\n" @@ -106,7 +118,7 @@ function configure_interface break ;; N|n) BR_CONFIG=$BR_CONFIG_BASE ;; - A|a) return ;; + A|a) CONFIGURED_NIC=""; return;; esac done else @@ -262,6 +274,10 @@ else while true; do printf "\n\n Networking Configuration\n\n" >&2 + printf "***** WARNING *****...
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-* ACK to all. Pushed.