[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling kernel



Werner Mahr wrote:
Am Sonntag, 4. April 2004 20:04 schrieb Sebastiaan:


Then it's a simple make dep && make bzImage && make modules && make
modules_install


Or shorter: make dep bzImage modules modules_install
This will make the Steps one by one, and if one fails the other will fail also.


The Debian way is much easier:

http://newbiedoc.sourceforge.net/system/kernel-pkg.html

fakeroot make-kpkg --append-to-version=<foo> --revision=<bar> kernel_image kernel_headers
dpkg -i ../kernel-image-<version>-<foo>_<bar>_<arch>.deb

That's it.  It will also automatically update lilo ar grub.
It also leaves you a .deb that you can deploy to multiple
machines.

-Roberto Sanchez

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: