On Tue, 24 Oct 2000, Christopher W. Aiken wrote:
> When I run make xconfig to set up a new kernel,
> one of the "option buttons" is to "load config file".
>
> My question is how can I make a "config" file
> from my current running kernel? I would like this
> config file as a starting point for w
yes you can. see the files under /usr/src/linux/configs. These are what
make oldconfig use.
charles
On Tue, 24 Oct 2000, Nitebirdz wrote:
> On Tue, 24 Oct 2000, Christopher W. Aiken wrote:
>
> > When I run make xconfig to set up a new kernel,
> > one of the "option buttons" is to "load config
On Tue, 24 Oct 2000, Christopher W. Aiken wrote:
> When I run make xconfig to set up a new kernel,
> one of the "option buttons" is to "load config file".
>
> My question is how can I make a "config" file
> from my current running kernel? I would like this
> config file as a starting point for
"Christopher W. Aiken" wrote:
> When I run make xconfig to set up a new kernel,
> one of the "option buttons" is to "load config file".
>
> My question is how can I make a "config" file
> from my current running kernel? I would like this
> config file as a starting point for when I build
> a new
if it's a stock kernel, run
make oldconfig
hth
charles
On Tue, 24 Oct 2000, Christopher W. Aiken wrote:
> When I run make xconfig to set up a new kernel,
> one of the "option buttons" is to "load config file".
>
> My question is how can I make a "config" file
> from my current running kernel