From: Daan De Meyer Date: Tue, 30 May 2023 12:48:43 +0000 (+0200) Subject: mkosi: Blacklist vmw_vmci to avoid issues with vsock in Github Actions X-Git-Tag: v254-rc1~329^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdeed78a7187b8dbd3e5b4c45de8b76e68296160;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index bc74113c778..640214c8a35 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -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