Michael Mayo <[EMAIL PROTECTED]> wrote:
> 
> Hello,
> 
> 6.0 finally arrived on my door step today and so far it seems to have been
> worth the wait. Would someone please point me in the direction of the
> howtos for upgrading to kernal 2.2.  I apologize for the redundancy of the
> question, but in the excitement I forgot to backup my mail folders before
> I did a clean install.  So much for February's mail :).  It took about 45
> min. total and everything is running great.  I use Xi-Graphics Maximum-CDE
> which is not supposed to be glibc friendly and it went on and is running
> without a hitch.  My compliments to SuSE for a tight package with REAL
> backward compatibility.

Simple:

1. # rm -rf /usr/src/linux
2. tar xvzf /path-to-the-kernal/linux-2.2.2.tar.gz
3. mv /usr/src/linux /usr/src/linux-2.2.2
3. ln -s /usr/src/linux-2.2.2 /usr/src/linux
4. cd linux
5. make xconfig (see /usr/src/linux/README)
6. make mrproper dep clean bzImage modules modules_install
7. mv /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz
8. /sbin/lilo
9 reboot

Modify as needed.

- Dee

-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to