Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885677 - Genkernel not respecting DEFAULT_KERNEL_CONFIG
Summary: Genkernel not respecting DEFAULT_KERNEL_CONFIG
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-12 21:59 UTC by alex.aralis
Modified: 2022-12-14 22:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alex.aralis 2022-12-12 21:59:54 UTC
According to the documentation the DEFAULT_KERNEL_CONFIG option should set the default kernel config overriding /usr/share/genkernel/arch/<arch>/generated-config however after deleting my saved config in /etc/kernels/ and setting the default to /etc/kernels/base-config.conf genkernel was still using the generated-config file.

To be sure the generated-config wasn't based off of my supplied config I diffed them and they are extremely different kernel configs. forcing the config with --kernel-config does still work.

sys-kernel/genkernel-4.2.6-r8 (stable)

# from my /etc/genkernel.conf
DEFAULT_KERNEL_CONFIG="/etc/kernels/base-config.conf"