[node-patches] Change in ovirt-node[master]: functions: Add plymouth fallback

fabiand at redhat.com fabiand at redhat.com
Fri Sep 19 14:24:25 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: functions: Add plymouth fallback
......................................................................

functions: Add plymouth fallback

To silence some message provide a simple plymouth fallback

Change-Id: I681b835d93aad2be1e7c8b7a25d88fe64a468489
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-functions.in
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/83/33083/1

diff --git a/scripts/ovirt-functions.in b/scripts/ovirt-functions.in
index 69f0009..2492dc0 100644
--- a/scripts/ovirt-functions.in
+++ b/scripts/ovirt-functions.in
@@ -1197,6 +1197,11 @@
 EOP
 }
 
+plymouth()
+{
+    [[ -x /bin/plymouth ]] && /bin/plymouth $@
+}
+
 # execute a function if called as a script, e.g.
 #   ovirt-functions ovirt_store_config /etc/hosts
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I681b835d93aad2be1e7c8b7a25d88fe64a468489
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list