]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
feat(dracut): print $initrdname with --printconfig
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 12 Dec 2025 13:49:40 +0000 (14:49 +0100)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Fri, 12 Dec 2025 14:14:37 +0000 (09:14 -0500)
kiwi will need this to properly get the name of the initrd output file.

See https://github.com/OSInside/kiwi/issues/2918

dracut.sh

index ce66f30a7e4376ca6116d233932c569c3a00f653..ee89e13be1dc6e63814c9ffa0a8b2e555c150d4d 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -3039,6 +3039,7 @@ if [[ $printconfig ]]; then
         fscks \
         fw_dir \
         hostonly_cmdline \
+        initrdname \
         kernel_only \
         kmsgloglvl \
         libdirs \