For submitting patches, please use git format-patch/send-email so that
authorship is preserved,
also add signed-off-by line in the patch comment (git commit -s adds
it automatically)

On Tue, Feb 9, 2010 at 3:43 PM, Arthur CLEMENT <[email protected]> wrote:
> diff --git a/scripts/ovirt-early b/scripts/ovirt-early
> index 3bd44a5..0689bdb 100755
> --- 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 $1

While semantically the same, it'd be more readable to use $DEVICE instead of $1

_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel

Reply via email to