Corrected wrong folder name

This commit is contained in:
paul-naert 2018-05-22 17:20:00 -07:00 committed by GitHub
parent 83648fcbba
commit 095b950cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
### Copy vmlinux into the bootable linux folder and install the new kernel
cp $HOME/standalone-build/vmlinux $HOME/bootable-kernel/
cp $HOME/standalone-build/vmlinux $HOME/bootable-linux/
cd $HOME/bootable-kernel
cd $HOME/bootable-linux
scripts/sortextable vmlinux
nm -n vmlinux | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( .L\)' > System.map