[Ovirt-devel] Proposals for making configure_from_network function works in f13

Alan Pevec apevec at gmail.com
Tue Feb 9 13:25:59 UTC 2010


> (I did not commit the patch of Ricardo Marin Matinata)

Ricardo's patch has been pushed to 'next' so this needs to be rebased:

--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -40,7 +40,7 @@ configure_from_network() {
         if ! network_up ; then
             log "Using interface $DEVICE"
             # setup temporary interface to retrieve configuration
-            echo "network --device $DEVICE --bootproto dhcp" | nash
+            /sbin/dhclient $DEVICE
         fi
         if [ $? -eq 0 ]; then
             # from network-scripts/ifup-post

ACK from me, after you provide testing results as requested by Darryl




More information about the ovirt-devel mailing list