View Source:
DebianKernelPackage
Describe [DebianKernelPackage] here. <verbatim> 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 </verbatim>
PHP Warnings
lib/editpage.php:80: Notice[8]: Undefined index: HTTP_REFERER