summarylogtreecommitdiffstats
path: root/systemtap.install
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap.install')
-rw-r--r--systemtap.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemtap.install b/systemtap.install
new file mode 100644
index 000000000000..d168c58fc234
--- /dev/null
+++ b/systemtap.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
+ echo "the kernel with CONFIG_DEBUG_INFO enabled."
+}