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
commit 4616a13e94
Notes: sideshowbarker 2024-07-19 12:02:23 +09:00

View file

@ -130,6 +130,9 @@ ln -s Inspector mnt/bin/ins
ln -s SoundPlayer mnt/bin/sp ln -s SoundPlayer mnt/bin/sp
echo "done" echo "done"
mkdir -p mnt/boot/
cp kernel mnt/boot/
# Run local sync script, if it exists # Run local sync script, if it exists
if [ -f sync-local.sh ]; then if [ -f sync-local.sh ]; then
sh sync-local.sh sh sync-local.sh