summarylogtreecommitdiffstats
path: root/install.sh
blob: d46d35ab69392305a5baa923427328273f2c9e2e (plain)
1
2
3
4
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"
}