Blame 0027-Improve-documentation-of-rd.memdebug.patch

Harald Hoyer a20c0e
From 9c322b2f3b5beb623d226d4bf491a33badb99fe7 Mon Sep 17 00:00:00 2001
Harald Hoyer a20c0e
From: "dyoung@redhat.com" <dyoung@redhat.com>
Harald Hoyer a20c0e
Date: Wed, 13 Mar 2013 15:59:25 +0800
Harald Hoyer a20c0e
Subject: [PATCH] Improve documentation of rd.memdebug
Harald Hoyer a20c0e
Harald Hoyer a20c0e
Explain more about rd.memdebug verbose level in dracut.cmdline.7.asc.
Harald Hoyer a20c0e
Harald Hoyer a20c0e
Signed-off-by: Dave Young <dyoung@redhat.com>
Harald Hoyer a20c0e
---
Harald Hoyer a20c0e
 dracut.cmdline.7.asc | 8 ++++++--
Harald Hoyer a20c0e
 1 file changed, 6 insertions(+), 2 deletions(-)
Harald Hoyer a20c0e
Harald Hoyer a20c0e
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
Harald Hoyer a20c0e
index 62372a5..f1457d5 100644
Harald Hoyer a20c0e
--- a/dracut.cmdline.7.asc
Harald Hoyer a20c0e
+++ b/dracut.cmdline.7.asc
Harald Hoyer a20c0e
@@ -144,8 +144,12 @@ It should be attached to any report about dracut problems.
Harald Hoyer a20c0e
     If "quiet" is set, it also logs to the console.
Harald Hoyer a20c0e
 
Harald Hoyer a20c0e
 **rd.memdebug=[0-3]**::
Harald Hoyer a20c0e
-    print memory usage debug info, set the verbose level from 1 to 3
Harald Hoyer a20c0e
-    print nothing when set rd.memdebug=0
Harald Hoyer a20c0e
+    Print memory usage info at various points, set the verbose level from 0 to 3
Harald Hoyer a20c0e
+    Higher level means more debugging output:
Harald Hoyer a20c0e
+    0 - no output
Harald Hoyer a20c0e
+    1 - partial /proc/meminfo
Harald Hoyer a20c0e
+    2 - /proc/meminfo
Harald Hoyer a20c0e
+    3 - /proc/meminfo + /proc/slabinfo
Harald Hoyer a20c0e
 
Harald Hoyer a20c0e
 **rd.break**::
Harald Hoyer a20c0e
     drop to a shell at the end