Fix default governor override on 5.9+

345b28cbf497d25018e89ec96c058f464d51a6f6 broke having INTEL_PSTATE enabled with a different governor than schedutil, so we need to pass it to command line instead.
This commit is contained in:
Tk-Glitch
2020-11-22 21:00:35 +01:00
parent 55fd339eba
commit 4246914049
2 changed files with 16 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ else
fi
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver="${_basekernel}"."${_sub}"
pkgrel=95
pkgrel=96
pkgdesc='Linux-tkg'
arch=('x86_64') # no i686 in here
url="http://www.kernel.org/"