> I just switched from Morphix to Damnsmalllinux which are both Debian
> based. Morphix was unstable but DSL is stable and I figure since I'm
> unstable why should my box be? Anyway is there an easy way to do this. I
> read through the apt howto but couldn't really find what I was looking
> for.
I know nothing about DSL or Morphix and am slightly unclear as to what you
are looking for. However, if the question is How to go from stable(woody)
to unstable(sid) on Debian.
1. Edit /etc/apt/sources.list change your repository entries to point to
unstable(sid)
2. apt-get update (to refresh your system based on those sources.list
changes)
3. apt-get dist-upgrade
4. sit back and wait for the goodness.
-Derek