summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-15 17:06:27 -0400
committerIan Moffett <ian@osmora.org>2025-09-15 17:06:27 -0400
commit6df95083837a659c7b1c33ebcd27739e3fe9beef (patch)
tree73aeb92b75fa3a79169aa99aefd5554a3f7c8d30 /src/Makefile
parentafc0d875adb8256a144540048992608f5afab63e (diff)
build: boot: Show boot menu on startup
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8fdcba1..f33defe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -37,7 +37,7 @@ image:
cp $(SHIMDIR)/limine/limine-bios-cd.bin $(SYSROOT)/
cp $(SHIMDIR)/limine/limine-uefi-cd.bin $(SYSROOT)/
cp $(SHIMDIR)/limine/limine-bios.sys $(SYSROOT)/
- cp data/boot/limine.conf $(SYSROOT)/boot/limine.conf
+ cp -rf data/boot/* $(SYSROOT)/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 \
--efi-boot-image --protective-msdos-label $(SYSROOT) -o $(ISO) 1>/dev/null