Sync with Github

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2023-08-31 21:02:38 +02:00
parent ed71cf8a52
commit 2a3a90100c
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A

View file

@ -298,12 +298,6 @@ prepare() {
scripts/config -e CACHY scripts/config -e CACHY
fi fi
### Workaround for bcachefs
# More infos here: https://github.com/CachyOS/linux-cachyos/issues/152
if [ -n "$_bcachefs" ]; then
scripts/config -d DRM_ACCEL_IVPU
fi
### Selecting the CPU scheduler ### Selecting the CPU scheduler
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again." [ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."