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

Message ID 20230415180250.7700-1-arne_f@ipfire.org
State Accepted
Commit 78218433ad12bd4e34e50fac8f72668eac988eb2
Headers
Series core174: fix build of the u-boot initrd on aarch64 |

Commit Message

Arne Fitzenreiter April 15, 2023, 6:02 p.m. UTC
  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(+)
  

Patch

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