From 80f27d8e25a3d7730a25bef5fcc9554e4459907d Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:49:59 -0400 Subject: [PATCH] Run ldconfig in post-build --- recipes/common/post-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/common/post-build.yml b/recipes/common/post-build.yml index 62890f9..e06f8a6 100644 --- a/recipes/common/post-build.yml +++ b/recipes/common/post-build.yml @@ -1,4 +1,7 @@ modules: + - type: script + snippets: + - ldconfig - type: initramfs source: local # - type: script