]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core174: fix build of the u-boot initrd on aarch64
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 15 Apr 2023 18:02:50 +0000 (20:02 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 16 Apr 2023 07:40:09 +0000 (07:40 +0000)
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

index 25474a7b21117ae577a22d831135f243f9c9bb69..b18618dacba7ed68ceecc11f7b6948e4cd6e2e31 100644 (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