Joey Boggs
2011-Aug-01 13:38 UTC
[Ovirt-devel] [PATCH] hide kernel messages in admin console
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