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:
@@ -41,7 +41,7 @@
|
||||
"virtio_rng"
|
||||
"ext4"
|
||||
"virtiofs"
|
||||
"crc32c_generic"
|
||||
"crc32c"
|
||||
],
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user