60
60
# Create initramfs images
61
61
dracut --force --verbose --strip /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
63
68
ifeq "$(BUILD_ARCH)" "aarch64"
64
69
cd /boot && mkimage -A arm64 -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(KVER)-$(VERSUFIX)
65
70
# dont remove initramfs because grub need this to boot.