Quick custom kernel on debian based systems


SUBMITTED BY: Guest

DATE: Feb. 24, 2013, 10:59 a.m.

FORMAT: Text only

SIZE: 494 Bytes

HITS: 1154

  1. apt-get build-dep linux-source
  2. apt-get install qt3-dev-tools libqt3-mt-dev
  3. cd /usr/src
  4. apt-get linux-source
  5. tar -xvvf linux-source.x.x.tar.gz
  6. cd linux-source.x.x
  7. cp -vi /boot/config-`uname -r` .config
  8. make xconfig
  9. Add remove and options/modules and save
  10. fakeroot make-kpkg --initrd --append-to-version=-custom kernel-image kernel-headers kernel-source
  11. this will give you installable .debs in /usr/src for your custom kernel

comments powered by Disqus