> -----Original Message----- > From: Robert Epprecht [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 28, 2007 6:21 AM > To: debian-user@lists.debian.org > Subject: From unstable to Etch > > Hello > > I have a Debian/unstable installation which is now used by > other family > members, so I want to switch it to Etch (now or when Etch > becomes stable). > I do not care too much if some things would not be exactly like in the > coming stable Etch release, but I do want security updates > (without the > danger of destroying the system by an update). > > I do know that downgrading is not really supported by aptitude, but > I think that these days where Etch will soon become stable I > could probably > just change my /etc/apt/sources.list to point to Etch instead > of unstable > and have more or less an Etch system after a while (I'm using aptitude > and the sid system is up to date). > > Or is there more involved? When is the best time to do the switch? > > Thank you for insights, > Robert Epprecht
Create a file called /etc/apt/preferences, and in it, put: Package: * Pin: release a=testing Pin-Priority: 1001 Then, change your /etc/apt/sources.list to point to Etch. Then, apt-get update and apt-get upgrade will attempt to downgrade. You'll probably get a number of errors about a file extisting in a package that already exists in another package. If you do, you'll have to download and install those packages individually with dpkg -I --force-overwrite packagename.deb. When you're all done, if you see any packages in aptitude under "obsolete or locally created packages", those are most likely packages from Sid that aren't in Etch, and you should remove them. Also, don't forget to add security.debian.org to your /etc/apt/sources.list. Finally, remove the /etc/apt/preferences file you created above. Have fun! -- Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]