On 2001-07-23, Chris Kloiber wrote:

># cd /usr/src/linux-2.4
>
># make mrproper
>
># cp configs/kernel-<whichever_is_closest_to_your_platform> .

Shouldn't this be

# cp configs/kernel-<whichever_is_closest_to_your_platform> .config

?

># make oldconfig
>
># make menuconfig (or xconfig)
>
># vi Makefile
>  (change EXTRAVERSION= so you can tell it's your kernel. You also get a
>   completely seperate and non-conflicting directory of modules!)
>
># make dep clean bzImage modules modules_install
>
># cp arch/i386/boot/bzImage /boot/vmlinuz-<your_version>
>
># cp System.map /boot/System.map-<your_version>
>
># cd /boot
>
># ln -sf vmlinuz-<your_version> vmlinuz  (optional)
>
># ln -sf System.map-<your_version> System.map  (optional)
>
># mkinitrd initrd-<your_version>.img <your_version>
>  (needed if boot from scsi or using ext3/reiserfs)
>
># vi /etc/lilo.conf ; lilo -v -v
>
>Hope this helps.
>



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to