search for: 4b85102

Displaying 2 results from an estimated 2 matches for "4b85102".

2010 Mar 24
2
[PATCH] Restart network after applying configuration
Signed-off-by: Arthur CLEMENT <aclement at linagora.com> --- scripts/ovirt-early | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/ovirt-early b/scripts/ovirt-early index 7f7c99c..4b85102 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -96,6 +96,9 @@ configure_ovirt_management_nic() { > /etc/sysconfig/network-scripts/ifcfg-$BRIDGE log "Default config applied" fi + + service network restart + } # $(get_live_disk) -- 1.6.6....
2010 May 04
2
[PATCH node] save all not-parsed boot parameters
...is to allow vendor-specific boot parameters to survive when the image is installed to disk. Signed-off-by: Alan Pevec <apevec at redhat.com> --- scripts/ovirt-early | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ovirt-early b/scripts/ovirt-early index 4b85102..c17ea74 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -426,13 +426,13 @@ start_ovirt_early () { i=${i#collectd=} eval $(printf $i|awk -F: '{print "collectd_server="$1; print "collectd_port="$2;}') ;; - co...