mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
vmTools: fix crc32c module load on newer kernels
Newer kernels do not have a module called `crc32c_generic`, however the module alias `crc32` points to the right thing on kernels from 5.10 and onward.
This commit is contained in:
parent
cd722fa187
commit
c509bb147d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
"virtio_rng"
|
||||
"ext4"
|
||||
"virtiofs"
|
||||
"crc32c_generic"
|
||||
"crc32c"
|
||||
],
|
||||
}:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue