I want to do the following:
Install from debian testing, then when squeeze is released, switch over the repos to squeeze so nothing needs to be changed on the installed system except the repos.
Is this possible ? At what point would I need to switch over the repos ? The date on which squeeze comes out ?
-
wearetheborg Notebook Virtuoso
-
Just put "squeeze" everywhere for version in /etc/apt/sources.list.
-
wearetheborg Notebook Virtuoso
Hmmm, the sources.list file says:
Code:deb http://ftp.at.debian.org/debian/ lenny main non-free contrib deb http://security.debian.org/ lenny/updates main contrib non-free
How do the names work ? Does squeeze refer to debian testing or unstable ? -
Actually, you are not running Debian Testing then. You are running Debian Stable.
Squeeze refers to the next stable release, and it's like testing. Once Stable is released, your system will be just like Debian Stable. -
wearetheborg Notebook Virtuoso
This install I'm talking about has not taken place. -
You don't have to change the repositories, if you have the squeeze repo it will eventually become "stable" release.
-
wearetheborg Notebook Virtuoso
So if I put squeeze in the repos now:
Code:deb http://ftp.at.debian.org/debian/ squeeze main non-free contrib deb http://security.debian.org/ squeeze/updates main contrib non-free
-
If your change your sources.list (or sources.list.d/ files) from lenny to squeeze now then your system will attempt to upgrade to the testing branch the next time an apt-get update/upgrade is run! (or aptitude or any other program that pulls in new packages). You could break your system.
Switching from debian testing to stable
Discussion in 'Linux Compatibility and Software' started by wearetheborg, Nov 29, 2009.