Advertisement
Guest User

Untitled

a guest
Jul 21st, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. cd /usr/src/linux-X.Y
  2. # copy the configuration of the running kernel:
  3. cp /boot/config-$(uname -r) .config
  4. make oldconfig
  5. fakeroot make-kpkg --initrd --append-to-version=-custom kernel-image kernel-headers
  6. cd ..
  7. ls -lrt *-custom*deb
  8. # only install the latest *-custom*deb here:
  9. sudo dpkg -i *-custom*deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement