diff options
author | Donald Carr | 2022-05-23 10:33:01 -0700 |
---|---|---|
committer | Donald Carr | 2022-05-23 10:33:01 -0700 |
commit | 8fb0c31ebefc6abaa1b2936da974f3344a5e1d6e (patch) | |
tree | d8aec6b87ae7dd9731c41ac23e75b575c8a0679c /install.sh | |
parent | ba82aaecc4382d307964dd0352f86596bde9cfa1 (diff) | |
download | aur-8fb0c31ebefc6abaa1b2936da974f3344a5e1d6e.tar.gz |
bcc optionally requires linux-headers: build modules against the Arch kernel
Change-Id: Ic11aec3c879f0655883c13e6ff47b88d59b5bcbf
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh index d46d35ab6939..34092cd7618e 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,7 @@ post_install() { echo "/sys/kernel/debug/sched needs to exist for CFS tuning to succeed" echo "Make sure CONFIG_SCHED_DEBUG is enabled in your kernel config if this is absent" + + echo "This package builds a bpf module against the linux-headers on your install" + echo "hopefully these headers are applicable to running kernel(s) you have in play" } |