From 637e6340299173501711007fd2decfd2e1179fa4 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 25 May 2025 14:12:57 -0400 Subject: [PATCH] Use other initramfs --- recipes/common/post-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/common/post-build.yml b/recipes/common/post-build.yml index 58f833c..62890f9 100644 --- a/recipes/common/post-build.yml +++ b/recipes/common/post-build.yml @@ -1,6 +1,6 @@ modules: - # - type: initramfs - # source: local - - type: script - scripts: - - initramfs.sh + - type: initramfs + source: local + # - type: script + # scripts: + # - initramfs.sh