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

RE: Fedora Kernel Build



Thanks - I will do that exactly


-----Original Message-----
From: fedora-list-admin redhat com
[mailto:fedora-list-admin redhat com]On Behalf Of Carey Jung
Sent: Friday, January 09, 2004 4:40 PM
To: fedora-list 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 redhat com
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list




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