Ver Fonte

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

Andreas Kling há 5 anos atrás
pai
commit
4616a13e94
1 ficheiros alterados com 3 adições e 0 exclusões
  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
 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