[Ovirt-devel] [PATCH] mount kernel debugfs on boot

Joey Boggs jboggs at redhat.com
Thu Jul 21 13:47:01 UTC 2011


Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
 recipe/common-post.ks |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 503fc9c..4665ae8 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -211,3 +211,6 @@ python -m compileall /usr/lib/python2.*/site-packages/sos
 sed -i "s/defaults,noatime/defaults,ro,noatime/g" /etc/fstab
 
 echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
+
+#mount kernel debugfs
+echo "debugfs /sys/kernel/debug debugfs 0 0" >> /etc/fstab
-- 
1.7.5.4




More information about the ovirt-devel mailing list