diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-21 20:47:52 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-21 20:48:06 -0500 |
| commit | 03090935db3e40132177e8ec25b7503b0e2ee78d (patch) | |
| tree | 537e37af054216dc830516105a53c3e2e0e33e90 /Makefile.in | |
| parent | 97235de972fc156f7fe6370fda10f7bc72c30189 (diff) | |
kern: Add OMAR-based initramfs
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index b78924f..5322978 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,6 +18,7 @@ sys: .PHONY: iso iso: mkdir -p iso_root/boot/ + cp -f initramfs.omar iso_root/boot cp data/boot/wallpaper.jpg iso_root/boot/ cp data/boot/limine.conf boot/limine/limine-bios.sys \ boot/limine/limine-bios-cd.bin boot/limine/limine-uefi-cd.bin iso_root/ |
