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

Bug 497470

Summary: The default genkernel.conf file contain options that destroy all changes to the kenel config before compilation.
Product: Gentoo Hosted Projects Reporter: Axel <agge.se>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Axel 2014-01-08 00:45:18 UTC
In the /etc/genkernel.conf the options CLEAN="yes" and MRPROPER="yes" both make genkenel run make mrproper after the menuconfig and before the compilition by that destroying all changes made to the genkernel .config by the user.

those options should be set to no by default not yes if they even have a reason to exist.
Comment 1 Ben Kohler gentoo-dev 2017-09-07 18:51:53 UTC
This would be a major change to the way genkernel has behaved for many many years, I'd suggest just setting the options you prefer yourself, or using genkernel's --menuconfig switch rather than editing .config outside of the genkernel process.

Please reopen if you'd like to continue pursuing this major change to defaults.

Thanks