On Monday 30 July 2001 23:03, Jerry McBride wrote:

> I just had a thought... You should automate your kernel compile porcess
> too... Here's a script I use to get the job done, while I'm out doing more

[snip]


> then
>    cp -f /usr/src/linux/arch/i386/boot/bzImage /boot/newkernel
>    /sbin/lilo
> else echo "**** kernel compile failed! ****"
> fi


it has one doozy of an error, type dmesg | more *after* you boot this kernel 
if you're curious, otherwise simply insert the following

> then
>    cp -f /usr/src/linux/arch/i386/boot/bzImage /boot/newkernel
-----------
> mv /boot/System.map somewhere_safe
>  cp  /usr/src/<linux>/System.map /boot
------------
>    /sbin/lilo
> else echo "**** kernel compile failed! ****"
> fi

There are variations on the above theme. Rh for instance names the 
System-1.2.3.map and provides a symlink, but the above is sound enuff.

-- 
http://linux.nf -- [EMAIL PROTECTED]

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

_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to