Darryl L. Pierce
2009-Jun-05 15:39 UTC
[Ovirt-devel] [PATCH node] Menu now says "Management Network Setup". bz#504321
To make the menu item clearer, that it's only for configuring the management network, the menu text has been changed. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-networking | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking index d964ee8..7c5d873 100755 --- a/scripts/ovirt-config-networking +++ b/scripts/ovirt-config-networking @@ -289,7 +289,7 @@ else setup_menu while true; do - printf "\n\n Networking Configuration\n\n" >&2 + printf "\n\nManagement Network Configuration\n\n" >&2 printf "***** WARNING *****\n" printf "Configuring the network will destroy any existing networking\n" printf "configuration on this system.\n" @@ -351,4 +351,3 @@ if [ "$net_configured" = 1 ]; then service network stop > /dev/null 2>&1 service network start fi - -- 1.6.0.6
Maybe Matching Threads
- [PATCH node] Filters out all non-physical networking devices.
- [PATCH node] Restricts network configuration to a single NIC.
- [PATCH node] Checks if storage is setup before setting the admin password. BZ#509339
- [PATCH node] Adds a log viewer option to o-c-setup. bz#506289
- [PATCH node] Fixes when a removable media is removed. bz#507455