[Ovirt-devel] [PATCH node] ovirt-config-networking fixes

Alan Pevec apevec at redhat.com
Mon Dec 15 17:47:20 UTC 2008


import ovirt-functions for autoinstall mode (sources /etc/default/ovirt)
send messages to both log and console
---
 scripts/ovirt-config-networking |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index 0e84b29..6609d0a 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -3,6 +3,8 @@
 # Iterates over the list of network devices on the node and prompts the user
 # to configure each.
 
+. /etc/init.d/ovirt-functions
+
 ME=$(basename "$0")
 warn() { printf '%s: %s\n' "$ME" "$*" >&2; }
 die() { warn "$*"; exit 1; }
@@ -157,7 +159,7 @@ function setup_menu
 }
 
 if [ "$1" == "AUTO" ]; then
-    configure_interface $OVIRT_BOOTIF AUTO
+    configure_interface "$OVIRT_BOOTIF" AUTO
     RESTART="Y"
 else
     setup_menu
@@ -181,5 +183,6 @@ if [ "$RESTART" == "Y" ]; then
     { cat "$WORKDIR"/augtool-* && printf "save\n"; } > $config \
     && augtool < $config  \
     && service network restart
-    } >> $CONFIG_LOG_FILE 2>&1
+    } 2>&1 | tee $CONFIG_LOG_FILE
+
 fi
-- 
1.6.0.4




More information about the ovirt-devel mailing list