Bug 60637

Summary: need to mention standard configs for building custom kernel
Product: [Retired] Red Hat Linux Reporter: Mike McLean <mikem>
Component: rhl-cgAssignee: Tammy Fox <tammy.c.fox>
Status: CLOSED RAWHIDE QA Contact: Tammy Fox <tammy.c.fox>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-04 15:19:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike McLean 2002-03-03 23:11:47 UTC
This bug pertains to the RH7.2 Customization Guide
Specifically the section about compiling custom kernels.
http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/custom-kernel.html

You should mention that the /usr/src/linux-2.4/configs directory contains the
config files used to build the standard kernels shipped by RedHat. These can be
used as a base for kernel configuration.

For example, you might want a kernel configured the same as the standard i686
kernel, except that you want ntfs enabled as a module. To make this
configuration, you would: 
% cp configs/kernel-2.4.9-i386.config .config
% make xconfig
and in the xconfig program, make only the desired change, and save&exit.
(And of course, proceed with the kernel compilation).

Comment 1 Tammy Fox 2002-03-04 15:19:37 UTC
This is a great suggestions. I'll be sure to add it for the next release.

Comment 2 Tammy Fox 2002-04-02 23:17:43 UTC
I added this information to the CVS version of the manual. It will be in the
next release.