linux 6.1: Disable prjc. It seems to create unbootable kernels currently.

This commit is contained in:
Tk-Glitch
2022-12-13 20:44:18 +01:00
parent 9f55fbf7f5
commit 83660b78a6

View File

@@ -282,7 +282,7 @@ _set_cpu_scheduler() {
elif [ "$_kver" = "600" ]; then
_avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore")
elif [ "$_kver" = "601" ]; then
_avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore")
_avail_cpu_scheds=("cfs" "tt" "bore")
else
_avail_cpu_scheds=("cfs")
fi