blob: 296fabe1a413b89be4cc5951219bde173ed6ed5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
echo "Reference configuration is under /usr/share/system76-scheduler/"
echo "rsync -rvl /usr/share/system76-scheduler/ /etc/system76-scheduler/"
}
|