From: Michael Tremer Date: Thu, 14 May 2026 15:51:23 +0000 (+0000) Subject: core203: Regenerate the initramdisks for Intel Microcode X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aae8f6849d117f366520839737951815cb5c8cd;p=ipfire-2.x.git core203: Regenerate the initramdisks for Intel Microcode Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/203/update.sh b/config/rootfiles/core/203/update.sh index c7cbb911d..87ed06199 100644 --- a/config/rootfiles/core/203/update.sh +++ b/config/rootfiles/core/203/update.sh @@ -61,6 +61,16 @@ touch /var/run/need_reboot /etc/init.d/fireinfo start sendprofile +# Build initial ramdisks +dracut --regenerate-all --force +KVER="xxxKVERxxx" +case "$(uname -m)" in + aarch64) + mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVER}.img /boot/uInit-${KVER} + # dont remove initramfs because grub need this to boot. + ;; +esac + # Update grub config to display new core version if [ -e /boot/grub/grub.cfg ]; then /usr/bin/install-bootloader