Ohad Basan has uploaded a new change for review.

Change subject: ovirt-live: remove output messages from dialog
......................................................................

ovirt-live: remove output messages from dialog

Change-Id: Ic67adf2f03491578f70f0c226e2fa9f571a07490
Signed-off-by: Ohad Basan <oba...@redhat.com>
---
M centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/17/24617/1

diff --git 
a/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh 
b/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh
index 05c4648..223461a 100755
--- 
a/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh
+++ 
b/centos/oVirtLiveFiles/root/home/liveuser/oVirtLiveFiles/engine-setup-yad.sh
@@ -2,10 +2,10 @@
 # TODO
 
 gconftool-2 -t str -s /desktop/gnome/background/picture_filename 
/home/liveuser/oVirtLiveFiles/images/ovirt-wallpaper-16:9.jpg
-sudo ifconfig dummy0 10.0.0.1 netmask 255.255.255.0 > /dev/null
-sudo ifup ovirtmgmt > /dev/null
-sudo brctl addbr ovirtmgmt > /dev/null
-sudo brctl addif ovirtmgmt dummy0 > /dev/null
+sudo ifconfig dummy0 10.0.0.1 netmask 255.255.255.0 &> /dev/null
+sudo ifup ovirtmgmt &> /dev/null
+sudo brctl addbr ovirtmgmt &> /dev/null
+sudo brctl addif ovirtmgmt dummy0 &> /dev/null
 
 action=$(yad --entry \
     --title "oVirt installation" \


-- 
To view, visit http://gerrit.ovirt.org/24617
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic67adf2f03491578f70f0c226e2fa9f571a07490
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
Gerrit-Branch: master
Gerrit-Owner: Ohad Basan <oba...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to