From 0cd15f03975841351f7c9fe1d56d3982ee4e189d Mon Sep 17 00:00:00 2001 From: Jonathan Moss <2729151+jwmoss@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:27:46 -0400 Subject: [PATCH] Re-add linux modules extra to work with v4l2loopback --- scripts/linux/ubuntu-2404-amd64-headless/fxci/01-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/ubuntu-2404-amd64-headless/fxci/01-bootstrap.sh b/scripts/linux/ubuntu-2404-amd64-headless/fxci/01-bootstrap.sh index 9b6a9be..823b345 100644 --- a/scripts/linux/ubuntu-2404-amd64-headless/fxci/01-bootstrap.sh +++ b/scripts/linux/ubuntu-2404-amd64-headless/fxci/01-bootstrap.sh @@ -139,7 +139,7 @@ systemctl disable systemd-networkd-wait-online.service # Installs the v4l2loopback kernel module # used for the video device, and vkms # required by Wayland -#retry apt-get install -y linux-modules-extra-$(uname -r) +retry apt-get install -y linux-modules-extra-$(uname -r) # needed for mutter to work with DRM rather than falling back to X11 #grep -Fx vkms /etc/modules || echo vkms >> /etc/modules # disable udev rule that tags platform-vkms with "mutter-device-ignore"