From 72a8d6f6156d1a865cd929fed505bcdeff522bf6 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 8 Sep 2023 16:39:43 -0400 Subject: [PATCH] Build the ports modules with world instead of just with the kernel. I'm hoping this fixes an issue where the chroot for building the ports only contains the kernel files and therefore lacks /bin/sh. --- ansible/roles/build/templates/src.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/build/templates/src.conf.j2 b/ansible/roles/build/templates/src.conf.j2 index d4d2396..9a71c0c 100644 --- a/ansible/roles/build/templates/src.conf.j2 +++ b/ansible/roles/build/templates/src.conf.j2 @@ -5,6 +5,7 @@ KERNCONF=CUSTOM WITH_MALLOC_PRODUCTION=YES WITHOUT_LLVM_ASSERTIONS=YES WITH_REPRODUCIBLE_BUILD=YES +MODULES_WITH_WORLD=YES PORTS_MODULES+=graphics/drm-kmod PORTS_MODULES+=graphics/gpu-firmware-intel-kmod PORTS_MODULES+=net/wireguard-kmod