mkosi: Blacklist vmw_vmci to avoid issues with vsock in Github Actions

If this module is loaded, sending readiness notifications from the
VM will fail with "no route to host" so let's blacklist the module
to prevent that from happening.
This commit is contained in:
Daan De Meyer
2023-05-30 14:48:43 +02:00
parent 86605eed9a
commit fdeed78a71

View File

@@ -39,3 +39,5 @@ KernelCommandLineExtra=systemd.crash_shell
# Make sure we pull in network related units even if nothing else depends on the
# network to be online.
systemd.wants=network-online.target
# Make sure we don't load vmw_vmci which messes with virtio vsock.
module_blacklist=vmw_vmci