Re: how to upgrade debian to 2.2

2000-07-02 Thread Ron Rademaker
I prefer upgrading the kernel by downloading the source, do a make menuconfig and the a: make dep && make clean && make bzImage && make modules && make modules _install After that I copy the bzImage to /boot, edit my lilo.conf, run lilo and I'm ready to boot again. I don't throw away old kernel,

Re: how to upgrade debian to 2.2

2000-07-02 Thread Will Trillich
On Thu, Jun 29, 2000 at 12:52:37AM +0200, Ron Rademaker wrote: > Just edit the sources.list of apt, I guess it'll be wise to do something > like: > > apt-get update > apt-get install ldso > apt-get install libc6 > apt-get install perl-5.005 > apt-get dist-upgrade > > Upgrading ldso, libc6 and per

Re: how to upgrade debian to 2.2

2000-06-28 Thread cls--colo spgs
hi nick, here's what i did: 1. added the "potato" entry to /etc/apt/sources.list . (ex: below) deb http://http.us.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable non-US deb http://http.us.debian.org/debian potato main contrib non-free ^^^ad

Re: how to upgrade debian to 2.2

2000-06-28 Thread Ron Rademaker
Just edit the sources.list of apt, I guess it'll be wise to do something like: apt-get update apt-get install ldso apt-get install libc6 apt-get install perl-5.005 apt-get dist-upgrade Upgrading ldso, libc6 and perl first will PROBABLY prevent some difficulties, but it doesn't mean the upgrade wi

how to upgrade debian to 2.2

2000-06-28 Thread Nick
how do i upgrade my box i have debian 2.1 w/ a 2.15 kernel i wanna try potato