mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Meta: Include the EFI executable in Limine image
This commit is contained in:
parent
64ff8af074
commit
77f25e44ed
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"
|
"$script_path/build-root-filesystem.sh"
|
||||||
|
|
||||||
echo "installing limine"
|
echo "installing limine"
|
||||||
|
mkdir -p esp/EFI/BOOT
|
||||||
cp limine/build/bin/limine.sys esp
|
cp limine/build/bin/limine.sys esp
|
||||||
|
cp limine/build/bin/BOOTX64.EFI esp/EFI/BOOT
|
||||||
cp "$SERENITY_SOURCE_DIR"/Meta/limine.cfg esp
|
cp "$SERENITY_SOURCE_DIR"/Meta/limine.cfg esp
|
||||||
limine/build/bin/limine-install "${dev}"
|
limine/build/bin/limine-install "${dev}"
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue