Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 87379

Summary: Tip for kernel upgrade guide: use old kernel config
Product: [OLD] Docs-user Reporter: Jakob Schiotz <schiotz>
Component: OtherAssignee: Docs Team <docs-team>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/doc/en/kernel-upgrade.xml
Whiteboard:
Package list:
Runtime testing required: ---

Description Jakob Schiotz 2005-03-31 00:33:42 UTC
I just looked at the kernel upgrade guide (see URL).  I think that a very useful trick should be added to section section 5 option 2 "Manual configuration":

Copy the .config file from the previous version of the kernel, and then run "make oldconfig".  You will then be asked about all new options in the kernel.  You may want to run "make menuconfig" afterwards to check or adjust the configuration.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Roland Bär 2005-03-31 06:28:36 UTC
You can enable Kernel .config support, so you can e.g.
zcat /proc/config.gz > .config
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2005-03-31 09:30:46 UTC

*** This bug has been marked as a duplicate of 77313 ***