From 37a98b239c27f32343cf6a11ad5cb431ca74010a Mon Sep 17 00:00:00 2001 From: ningmingxiao Date: Sat, 28 Feb 2026 14:34:00 +0800 Subject: [PATCH] ci: modprobe xt_comment on almalinux Signed-off-by: ningmingxiao --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 8487cf0bc1..9c542ff297 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -84,7 +84,9 @@ Vagrant.configure("2") do |config| lsof \ make \ strace \ + kernel-modules-extra-$(uname -r) \ ${INSTALL_PACKAGES} + modprobe xt_comment SHELL end