[Ovirt-devel] [PATCH] hide kernel messages in admin console

Joey Boggs jboggs at redhat.com
Mon Aug 1 13:38:07 UTC 2011


Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
 scripts/ovirt-admin-shell |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/ovirt-admin-shell b/scripts/ovirt-admin-shell
index 041a5ca..e814756 100755
--- a/scripts/ovirt-admin-shell
+++ b/scripts/ovirt-admin-shell
@@ -1,3 +1,5 @@
 #!/bin/bash
 . /etc/profile
+# Hide kernel messages on the console
+dmesg -n 1
 sudo /usr/libexec/ovirt-config-setup
-- 
1.7.5.4




More information about the ovirt-devel mailing list