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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Arne Fitzenreiter 2023-04-15 20:02:50 +02:00 committed by Michael Tremer
parent b7c958992d
commit 97c84ed890
1 changed files with 1 additions and 0 deletions

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