Fedora Kernel Build

Mike Westkamper mjwestkamper at weiinc.com
Fri Jan 9 22:51:25 UTC 2004


Thanks - I will do that exactly


-----Original Message-----
From: fedora-list-admin at redhat.com
[mailto:fedora-list-admin at redhat.com]On Behalf Of Carey Jung
Sent: Friday, January 09, 2004 4:40 PM
To: fedora-list at redhat.com
Subject: RE: Fedora Kernel Build


>
> Mike Westkamper kirjoitti viestissään (lähetysaika Perjantai 09.
> Tammikuuta 2004 19:13):
> > Can someone point me to documentation on how to build a new
> > kernel using the Fedora distribution?
>
> http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide
> /ch-custom-kernel.html
>

This will fail, due to a bug in the .config generation process.  Where it
tells you to run 'make oldconfig', run it twice.  Here's a brief step by
step:

	yum install kernel-source
	cd /usr/src/linux-2.4
	make mrproper
	cp -f configs/kernel-2.4.22-i686-smp.config .config (*)
	make oldconfig
	make oldconfig
	make dep clean bzImage modules

* Pick the appropriate config file out of 'configs' to suit your purpose.

Carey


--
fedora-list mailing list
fedora-list at redhat.com
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list





More information about the fedora-list mailing list