mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
Build: Let's put the kernel in /boot/kernel for all builds
This commit is contained in:
parent
4381dd2640
commit
4616a13e94
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ ln -s Inspector mnt/bin/ins
|
|||
ln -s SoundPlayer mnt/bin/sp
|
||||
echo "done"
|
||||
|
||||
mkdir -p mnt/boot/
|
||||
cp kernel mnt/boot/
|
||||
|
||||
# Run local sync script, if it exists
|
||||
if [ -f sync-local.sh ]; then
|
||||
sh sync-local.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue