Meta: Include the EFI executable in Limine image

This commit is contained in:
czapek1337 2022-01-16 08:49:26 +01:00 committed by Andreas Kling
parent 64ff8af074
commit 77f25e44ed
Notes: sideshowbarker 2024-07-17 18:50:08 +09:00

View file

@ -85,7 +85,9 @@ script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
"$script_path/build-root-filesystem.sh"
echo "installing limine"
mkdir -p esp/EFI/BOOT
cp limine/build/bin/limine.sys esp
cp limine/build/bin/BOOTX64.EFI esp/EFI/BOOT
cp "$SERENITY_SOURCE_DIR"/Meta/limine.cfg esp
limine/build/bin/limine-install "${dev}"
echo "done"