I have actually a Debian Strech / Sid installed and would like to go to a stable Buster. Here is my conf:
- Code: Select all
root@kmcs:/home/kmc# ll /etc/apt/preferences.d/
total 4
-rw-r--r-- 1 root root 48 avril 28 22:13 testing-avec-sid
root@kmcs:/home/kmc# cat /etc/apt/preferences.d/testing-avec-sid
Package: *
Pin: release n=sid
Pin-Priority: 100
root@kmcs:/home/kmc# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 8 _stretch_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:00]/ stretch main
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
deb-src http://httpredir.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free
# stretch-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://httpredir.debian.org/debian/ stretch-updates main contrib non-free
#backports
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
#Unstable
deb http://httpredir.debian.org/debian/ sid main contrib non-free
Can I do that safely or do I have to do a complete reinstall ?
Any help apreciated