On Thu, 2003-12-11 at 07:31, Joshua Banks wrote:
> [7] make menuconfig or make xconfig > [8] make dep clean bzImage modules modules_install > **My Comments** shouldn't this be "make dep && make clean bizImage Here the way I did it. make dep clean bzImage make install /// make install will copy the new kernel (vmlinuz)and system.map to /boot and also rename the old version to .old. With a bonus it's also copy your config file to /boot too. make modules make modules_install Then edit you grub or lilo as needed. Vanh -- [EMAIL PROTECTED] mailing list
