Summary: | sys-kernel/genkernel - kernel config made easy | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Lagu <felipematas> |
Component: | genkernel | Assignee: | Gentoo Genkernel Maintainers <genkernel> |
Status: | UNCONFIRMED --- | ||
Severity: | enhancement | CC: | fturco, hydrapolic |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Lagu
2015-11-09 18:25:43 UTC
Good idea, I like it. I don't understand that feature request. Put all your options you want in /root/my-kernel-options.conf. Now call genkernel with "--kernel-config=/root/my-kernel-options.conf". It will start building kernel with your provided "snippet" and thanks to "make oldconfig" magic, missing (but available) options will be added. The problem are features which are normally not enabled and have other requirements: I.e. an option currently not even present as "not set" in config because it's unavailable due to missing requirements, can't be enabled that way. When I implemented https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=fcf3076aef8396f394de82dd13b7a470753e2e97 I wished there was a feature like that: Tell that something I want CONFIG_FOO and that something will enable CONFIG_FOO with everything needed for CONFIG_FOO. |