Re: [gentoo-user] compiling new kernels

2003-10-13 Thread Claus Ladekjær Wilson
When I compile new kernels I do cat /proc/config .config in the kernel root directory (for instance linux-2.4.22) And then the rest of the work make dep bzImage modules modules_install cp bzImage-location /boot mv /boot/bzImage a proper name for instance kernel-2.4.22) And then I use this name

Re: [gentoo-user] compiling new kernels

2003-10-12 Thread Doug Weimer
On Sat, 2003-10-11 at 22:51, a park wrote: when i emerge a new kernel to compile, does the /etc/kernel/default-config get replaced? No, emerging kernel sources basically does the following: 1. unpacks the source tarball 2. applies any patches 3. runs 'make mrproper' 4. runs 'make

[gentoo-user] compiling new kernels

2003-10-11 Thread a park
when i emerge a new kernel to compile, does the /etc/kernel/default-config get replaced? when i genkernel --config does the /etc/kernel/default-config get overwritten? does genkernel make use of make.conf when compiling kernels? when does the /usr/src/linux/.config get written to? i'm