瀏覽代碼

Build: Let's put the kernel in /boot/kernel for all builds

Andreas Kling 5 年之前
父節點
當前提交
4616a13e94
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Kernel/build-root-filesystem.sh

+ 3 - 0
Kernel/build-root-filesystem.sh

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