From 71a713bb2834f1994b226c7877dd8a0ef858928d Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Fri, 12 Dec 2025 14:49:40 +0100 Subject: [PATCH] feat(dracut): print $initrdname with --printconfig kiwi will need this to properly get the name of the initrd output file. See https://github.com/OSInside/kiwi/issues/2918 --- dracut.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dracut.sh b/dracut.sh index ce66f30a7..ee89e13be 100755 --- a/dracut.sh +++ b/dracut.sh @@ -3039,6 +3039,7 @@ if [[ $printconfig ]]; then fscks \ fw_dir \ hostonly_cmdline \ + initrdname \ kernel_only \ kmsgloglvl \ libdirs \ -- 2.47.3