Skip to content

Commit

Permalink
Remove old config and update compile-kernel.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
willysr committed Mar 5, 2013
1 parent 8a613ca commit 62186b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8,333 deletions.
3 changes: 3 additions & 0 deletions scripts/kernel/compile-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cp /boot/config ./.config
# Make the kernel image, Compile, and Install The Modules
make oldconfig && make bzImage && make modules && make modules_install
#
# Make symlink to fix some problems on NVidia/VMWare compilation
ln -s /usr/src/linux-$VERSION/include/generated/uapi/linux/version.h /usr/src/linux-$VERSION/include/linux/version.h
#
# Remove old symlinks, copy new files into /boot, and make new symlinks
cd /boot
rm -f vmlinuz System.map config
Expand Down
Loading

0 comments on commit 62186b4

Please sign in to comment.