diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-27 20:05:23 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-27 20:05:23 -0500 |
commit | f3d3f67aa20159a62ff68cdef8eed421b09c4867 (patch) | |
tree | 315f682e012e0952b942a69d822242e8f6c19fad /Makefile.in | |
parent | 0067ed433ec71ff603cd6dc5034a2ec6391fc943 (diff) |
build: Copy all of 'base/' into 'iso_root/'
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 63120db..6622deb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,7 +101,7 @@ base/boot/hyra-kernel: $(KERNEL_OBJECTS) $(KERNEL_ASMOBJECTS) cp stand/limine/BOOTX64.EFI iso_root/EFI/BOOT/ cp conf/limine.cfg stand/limine/limine-bios.sys \ stand/limine/limine-bios-cd.bin stand/limine/limine-uefi-cd.bin iso_root/ - cp base/boot/hyra-kernel iso_root/boot/ + cp base/boot/* iso_root/boot/ mv initramfs.tar iso_root/boot/ xorriso -as mkisofs -b limine-bios-cd.bin -no-emul-boot -boot-load-size 4\ -boot-info-table --efi-boot limine-uefi-cd.bin -efi-boot-part \ |