At 12:54 AM 4/8/98 -0500, Derek Balling wrote:
>On Wed, 8 Apr 1998, Pat Hennessy wrote:
>
>> cd /usr/src
>> rm linux   (this should remove the symbolic link)
>
>I would insert here:
>
>mkdir linux-2.1.93
>ln -s linux-2.1.93 linux
>

I'd rather do this:

mv linux linux-2.1.93
ln -s linux-2.1.93 linux

But, I'm sure that's what you meant. ;)


Dan

>> tar -zxvf /path/to/linux-2.1.93.tar.gz
>> cd linux
>> cd Documentation
>> 
>> there is a changes file or maybe its in the readme, but i'm not sure if
>> its in /usr/src/linux or /usr/src/linux/Documentation but it will tell you
>> all the packages you need to upgrade.  I think most (if not all) can be
>> found in the contrib directory on your favorite redhat mirror.
>> 
>> pat


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to