mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user