diff --git a/images/Makefile b/images/Makefile index 0b1e4fe..b160396 100644 --- a/images/Makefile +++ b/images/Makefile @@ -38,6 +38,7 @@ ifeq ($(PLATFORM),x86) @cp ../bootboot.efi boot/EFI/BOOT/BOOTX64.EFI || true else @cp ../aarch64-rpi/LIC* ../aarch64-rpi/*.bin ../aarch64-rpi/*.elf ../aarch64-rpi/*.dat boot/ || true + @cp ../bootboot.img boot/kernel8.img || true endif @echo -e "screen=800x600\nkernel=sys/core\n" >boot/BOOTBOOT/CONFIG || true @cp initrd.bin boot/BOOTBOOT/INITRD || true diff --git a/images/disk-rpi.img.gz b/images/disk-rpi.img.gz index 86402a4..8ade348 100644 Binary files a/images/disk-rpi.img.gz and b/images/disk-rpi.img.gz differ