Skip to content

Commit 6b3a77a

Browse files
committedMar 23, 2017
Revert "Revert "kmod-blacklist-ubuntu: 9.3 -> 22.1""
This reverts commit 8c410f4 with a fix to make the tests run correctly. bochs-drm must not be blacklisted for that. (cherry picked from commit 785e45a)
1 parent ea4a1b4 commit 6b3a77a

File tree

1 file changed

+1
-0
lines changed
  • pkgs/os-specific/linux/kmod-blacklist-ubuntu

1 file changed

+1
-0
lines changed
 

‎pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ in stdenv.mkDerivation {
1919
done
2020
2121
substituteInPlace "$out"/modprobe.conf \
22+
--replace "blacklist bochs-drm" "" \
2223
--replace /sbin/lsmod /run/booted-system/sw/bin/lsmod \
2324
--replace /sbin/rmmod /run/booted-system/sw/bin/rmmod \
2425
--replace /sbin/modprobe /run/booted-system/sw/bin/modprobe \

0 commit comments

Comments
 (0)
Please sign in to comment.