Hi again,
I don't know if somebody knows that or if it's working on it, but i had opened a ticket regarding that.
If it is solved please remove this post.
I had observed in a new install of 0810, there's some mistakes regarding the edition of sources.list.
1.- In the wiki installation guide for 0810 there's a duplicate line for repos and you get a warning regarding that:
Line 1 - deb
http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
Line 10 - deb
http://old-releases.ubuntu.com/ubuntu/ intrepid main universe multiverse
2.- When you execute ./pre-install-from-repo.sh the script update the sources.list and add a bad line on line 3-4. It writes:
deb
http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu maindeb
http://deb.linuxmce.org/ubuntu/ intrepid beta2
instead
deb
http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu main
deb
http://deb.linuxmce.org/ubuntu/ intrepid beta2
3.- Also when you execute ./pre-install-from-repo.sh the scrip modify the sources.list file, removing the *.*archive*.* to *.*old-releases*.* but the repo from canonical still in archive and is not moved to old-releases entry. The entry for canonical should be:
deb
http://archive.canonical.com/ubuntu intrepid partner
instead
deb
http://old-release.canonical.com/ubuntu intrepid partner
that the script changes
The ticket is: http://svn.linuxmce.org/trac.cgi/ticket/1161#preview
Tnks in advance