Been having the same issue for several days, I generally just add repo's manually but this problem irked me for some reason so I went on a Google spree trying to fix it or at least get rid of the error. Appears to be an issue stemming from ditro.py looking for a template that isn't there:
I just did a: nano/etc/lsb-release to reflect what was in R1 and it works fine.Code:root@bt:~# lsb_release -i -c -d -r -s BackTrack BackTrack 4 R2 4 R2 Nemesis
Note: I commented out the changes because I really could care less if it works from a gui, like I said I manually add them through a cli, but this is what it would look like
Code:#DISTRIB_ID=Ubuntu #DISTRIB_RELEASE=8.10 #DISTRIB_CODENAME=intrepid #DISTRIB_DESCRIPTION="Ubuntu 8.10" DISTRIB_ID=BackTrack DISTRIB_RELEASE=4 R2 DISTRIB_CODENAME=Nemesis DISTRIB_DESCRIPTION="BackTrack 4 R2"




