On Tue, 12 Feb 2002, MDK wrote:

> 1. #cd /usr/src/linux   2. #make mrproper  3. #make menuconfig
                              ^^^^^^^^^^^^
not a good idea

> 4. #make dep            5. #make clean     6. #make modules
> 7. #make install        8. #make modules_install

This is what I do.

First, my kernel sources should be owned by me and not by root.

Then, as me, I do:

$ make menuconfig
$ make dep clean bzImage modules
$ su
# make modules_install
# mount -oremount,rw /boot
# cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.17
# cp include/linux/kernel.h /boot/kernel.h-2.4.17
# cp System.map /boot/System.map-2.4.17
# depmod -ae 2.4.17
# vi /etc/lilo.conf
# /sbin/lilo
# reboot

-- 
Instrument your programs.  Measure before making "efficiency" changes.
            - The Elements of Programming Style (Kernighan & Plaugher)



_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to