mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Meta: Include the EFI executable in Limine image
This commit is contained in:
parent
64ff8af074
commit
77f25e44ed
Notes:
sideshowbarker
2024-07-17 18:50:08 +09:00
Author: https://github.com/48cf Commit: https://github.com/SerenityOS/serenity/commit/77f25e44ed Pull-request: https://github.com/SerenityOS/serenity/pull/11939 Reviewed-by: https://github.com/Rummskartoffel ✅
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue