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:
Jared Baur 2026-02-11 11:18:25 -08:00
parent cd722fa187
commit c509bb147d
No known key found for this signature in database

View file

@ -41,7 +41,7 @@
"virtio_rng"
"ext4"
"virtiofs"
"crc32c_generic"
"crc32c"
],
}: