[Ovirt-devel] [PATCH node] Change Quit to be Save & Exit in o-c-networking

Perry Myers pmyers at redhat.com
Mon Jan 19 08:24:45 UTC 2009


Signed-off-by: Perry Myers <pmyers 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 4b4ff10..0ae0b0c 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -208,7 +208,6 @@ function setup_menu
     NICS=""
     for d in $udi_list; do NICS="$NICS $(hal-get-property --udi "$d" --key net.interface)"; done
 
-    NICS="$NICS DNS Quit"
     PS3="Please select an interface or configuration option: "
 }
 
@@ -221,7 +220,7 @@ else
     while true; do
         printf "\n\n oVirt Node Networking Configuration\n\n" >&2
 
-        select NIC in $NICS
+        select NIC in $NICS "DNS" "Save & Exit"
         do
             printf "\n"
             case "$NIC" in
-- 
1.6.0.6




More information about the ovirt-devel mailing list