I’d like to be able to regenate a kernel like the one used when booting the rescue CD but can’t find the config file used to do so. Can anyone help point me in the right direction for this?
Thanks in advance.
Mike
HYPERLINK "mailto:Mike.dickson@rlx.com"Mike.dickson@rlx.com
On Fri, Apr 29, 2005 at 01:31:03PM -0500, Mike Dickson wrote:
I'd like to be able to regenate a kernel like the one used when booting the rescue CD but can't find the config file used to do so. Can anyone help point me in the right direction for this?
This depends on your OS version and architecture. /usr/src/linux-${version}/configs has them all.
On i386 CDs <= RHEL3 it's the -BOOT config file. >= RHEL4 it's the 2.6.9-i686-config I think (not SMP).
On other architectures (x86_64 and ia64) will likewise use one of the standard UP or SMP kernel (e.g. ia64 doesn't ship a UP kernel anymore) config files offered in that directory.
Thanks, Matt
anaconda-devel@lists.stg.fedoraproject.org