Re: kernel options INCLUDE_CONFIG_FILE

From: Florian Smeets <flo_at_smeets.xyz>
Date: Sat, 13 Sep 2025 18:14:28 UTC
On 13.09.25 20:07, void wrote:
> Hi,
> 
> If 'options         INCLUDE_CONFIG_FILE' is set in the kernel,
> once it is compiled and installed, how would you read that
> file from the kernel?

% config -x /boot/kernel/kernel|head -2
options	CONFIG_AUTOGENERATED
ident	GENERIC

Florian