From 81346d7fafc09862797afb4c854a1409a3c4262f Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:30:08 -0400 Subject: [PATCH] Don't run ldconfig --- recipes/common/post-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/common/post-build.yml b/recipes/common/post-build.yml index e06f8a6..e5a3922 100644 --- a/recipes/common/post-build.yml +++ b/recipes/common/post-build.yml @@ -1,7 +1,7 @@ modules: - - type: script - snippets: - - ldconfig + # - type: script + # snippets: + # - ldconfig - type: initramfs source: local # - type: script