1
Fork 0
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:
Andreas Kling 2019-09-21 15:06:57 +02:00
parent 4381dd2640
commit 4616a13e94

View file

@ -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