Skip to content

Commit

Permalink
read /lib/modules/$(uname -r)/build/System.map
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
  • Loading branch information
paboldin committed Jan 31, 2018
1 parent 685f36b commit d0e77d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run.sh
Expand Up @@ -21,6 +21,13 @@ if test -z $linux_proc_banner; then
find_linux_proc_banner /boot/System.map-$(uname -r) sudo)
set +x
fi
if test -z $linux_proc_banner; then
echo "not found. reading /lib/modules/$(uname -r)/build/System.map"
set -x
linux_proc_banner=$(\
find_linux_proc_banner /lib/modules/$(uname -r)/build/System.map sudo)
set +x
fi
if test -z $linux_proc_banner; then
echo "not found. reading /boot/System.map"
set -x
Expand Down

0 comments on commit d0e77d3

Please sign in to comment.