Re: [expert] Compiling kernels.

2000-08-08 Thread maiplace
- Original Message - From: "Austin L. Denyer (SysAdmin.) as root" [EMAIL PROTECTED] To: "Expert Linux List" [EMAIL PROTECTED]; "Jax LUG List" [EMAIL PROTECTED]; "Linux Laptop List" [EMAIL PROTECTED]; "Newbie Linux List" [EMAIL PROTECTED] Sent: Monday, August 07, 2000 5:07 PM Subject:

Re: [expert] Compiling kernels.

2000-08-08 Thread Austin L. Denyer (SysAdmin.) as root
Anton Graham wrote: Submitted 07-Aug-00 by Scott Kindley: Is there a way of 'dumping' my current kernel's existing menuconfig/xconfig setup to a file that can be read into the menuconfig/xconfig for the new kernel? In other words, can I make my current kernel setup the default?

Re: [expert] Compiling kernels.

2000-08-08 Thread Daniel Bodanske
in the /usr/src/linux-2.2.whatever that came with your mandrake they should have a file called something like deafultconfig -- whatever, it doesn't matter. I always do the config in X and then out to terminal for the complle. Anyway, from a terminal window in that directory, type "make xconfig"

RE: [expert] Compiling kernels.

2000-08-07 Thread Scott Kindley
However, I've never done a kernel upgrade/compile before. http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html Is there a way of 'dumping' my current kernel's existing menuconfig/xconfig setup to a file that can be read into the menuconfig/xconfig for the new kernel? In other words, can I make

Re: [expert] Compiling kernels.

2000-08-07 Thread Sheldon Lee Wen
I don't think make oldconfig is what this person is after. From: http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html `make oldconfig' will attempt to configure the kernel from an old configuration file; it will run through the `make config' process for you. If you haven't ever compiled a kernel

Re: [expert] Compiling kernels.

2000-08-07 Thread Anton Graham
Submitted 07-Aug-00 by Scott Kindley: Is there a way of 'dumping' my current kernel's existing menuconfig/xconfig setup to a file that can be read into the menuconfig/xconfig for the new kernel? In other words, can I make my current kernel setup the default? I missed the original post.