meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:kernel:debian [2017/01/16 21:00] – created niziak | linux: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 / | cp / | ||
| - | make bindeb-pkg LOCALVERSION-my | + | make bindeb-pkg LOCALVERSION=-my KDEB_PKGVERSION=$(make kernelversion)-1 -j8 |
| </ | </ | ||