core174: fix build of the u-boot initrd on aarch64

KVER was not defined so it has not build the initrd for u-boot.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2023-04-15 20:02:50 +02:00
committed by Peter Müller
parent b7c958992d
commit 78218433ad

View File

@@ -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