KVER was not defined so it has not build the initrd for u-boot.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org --- config/rootfiles/core/174/update.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/config/rootfiles/core/174/update.sh b/config/rootfiles/core/174/update.sh index 25474a7b2..b18618dac 100644 --- a/config/rootfiles/core/174/update.sh +++ b/config/rootfiles/core/174/update.sh @@ -169,6 +169,7 @@ fi
# Rebuild initial ramdisk to apply microcode updates dracut --regenerate-all --force +KVER="xxxKVERxxx" case "$(uname -m)" in aarch64) mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVER}-ipfire.img /boot/uInit-${KVER}-ipfire