Re: Kernel config
Tibor Rudas <[email protected]> Wed, 9 Oct 2002 13:38:26 +0200
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
> > exist a option to save the .config as a default? > > I mean, I configured the kernel for a 2.4.17, and I want > > that the emerge use this .config for the 2.4.19. just save the .config file somewhere, copy it to the new tree and run 'make oldconfig' this reads the .config file and asks only about new features. from there on it is the usual make dep && make clean && make ... stuff HTH tigor