diff options
author | Kent Sebastian <ksebasti@redhat.com> | 2009-04-17 16:20:09 -0400 |
---|---|---|
committer | Kent Sebastian <ksebasti@redhat.com> | 2009-04-17 16:20:09 -0400 |
commit | 755cdd9b9c502b54324a3c56d8fda7fc1ad1fa88 (patch) | |
tree | 058f146733e14e24454acfd21107cb645ee629cd /README | |
parent | 9831040e54178a1b6eb4637213bb3c81f6ed254b (diff) | |
download | systemtap-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-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. + |