> I am running the sparc version potato.. > > I changed my sources.list for apt to woody and was able to do a successful > apt-get dist-upgrade > > Now how do I get the new kernel?
Just doing a dist-upgrade doesn't automatically upgrade your kernel. Woody has both 2.2.x and 2.4.x kernel packages available. If you want to install a 2.4.x kernel: # apt-get install kernel-image-2.4.4-sun4u or # apt-get install kernel-image-2.4.4-sun4u-smp if you have an SMP system. -- Kevin