From: Antonio Alvarez Feijoo Date: Fri, 12 Dec 2025 13:49:40 +0000 (+0100) Subject: feat(dracut): print $initrdname with --printconfig X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a713bb2;p=thirdparty%2Fdracut-ng.git 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 --- 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 \