Describe DebianKernelPackage here.

Opis ze strony http://www.lrde.epita.fr/cgi-bin/twiki/view/Know/DebianKernelPackages

# ~!/bin/sh

KERNEL_VERSION=2.4.27
apt-get install kernel-source-${KERNEL_VERSION} kernel-patch-2.4-preempt kernel-package debhelper
cd /usr/src

tar -xjf kernel-source-${KERNEL_VERSION}.tar.bz2
[ -r linux/.config ] && cp linux/.config kernel-source-${KERNEL_VERSION}/.config
cd kernel-source-${KERNEL_VERSION}
make oldconfig

export PATCH_THE_KERNEL=YES
export CONCURRENCY_LEVEL=2
myrevision=10.00.Custom

make-kpkg clean
make-kpkg --revision $myrevision --config menuconfig kernel_image
dpkg -i ../kernel-image-${KERNEL_VERSION}_${myrevision}_i386.deb

Google Polska Encyklopedia sieciowa
Asterix - Debian Wiki