meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:kernel:debian [2017/01/16 21:01] niziaklinux:kernel:debian [2018/09/17 14:47] (current) niziak
Line 1: Line 1:
 <code bash> <code bash>
 +sudo apt-get build-dep linux-image-4.17.0-0.bpo.3-amd64
 apt-get source linux-image-xxx apt-get source linux-image-xxx
 cd linux-xxx cd linux-xxx
 +
 cp /boot/config-xxx .config cp /boot/config-xxx .config
-make bindeb-pkg LOCALVERSION-my KDEB_PKGVERSION=$(make kernelversion)-1+make bindeb-pkg LOCALVERSION=-my KDEB_PKGVERSION=$(make kernelversion)-1 -j8
 </code> </code>