summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@redhat.com>2009-04-17 16:20:09 -0400
committerKent Sebastian <ksebasti@redhat.com>2009-04-17 16:20:09 -0400
commit755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88 (patch)
tree058f146733e14e24454acfd21107cb645ee629cd /README
parent9831040e54178a1b6eb4637213bb3c81f6ed254b (diff)
downloadsystemtap-steved-755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88.tar.gz
systemtap-steved-755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88.tar.xz
systemtap-steved-755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88.zip
PR10082: add environment variable to pass -r RELEASE/PATH option
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 7c1ab412..ac6f0a97 100644
--- a/README
+++ b/README
@@ -106,3 +106,7 @@ Building a kernel.org kernel:
- Or else, if you wish to install the kernel build/debuginfo data into
a place where systemtap will find it without the "-r" option:
% ln -s /path/to/kernel/build/tree /lib/modules/RELEASE/build
+
+- Instead of using the "-r" option, you can also use the environment
+ variable SYSTEMTAP_RELEASE to direct systemtap to the kernel data.
+