Re: Kernel config file

2000-10-25 Thread John Aldrich
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

Re: Kernel config file

2000-10-25 Thread Charles Galpin
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

Re: Kernel config file

2000-10-24 Thread Nitebirdz
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

Re: Kernel config file

2000-10-24 Thread Stephen E. Hargrove
"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

Re: Kernel config file

2000-10-24 Thread Charles Galpin
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