summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xKernel/build-root-filesystem.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh
index ea8f30b9ad..adee3a8a69 100755
--- a/Kernel/build-root-filesystem.sh
+++ b/Kernel/build-root-filesystem.sh
@@ -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