I have Ubuntu precise running on a VPS (server). I am connected with SSH and would like to upgrade to Ubuntu trusty.
I do not want the newest release. Changing /etc/update-manager/release-upgrades to "normal" causes the do-release-upgrade shell script to select the next release (12.10), not 13.x. Selecting LTS goes straight to 14.x. How do I specify 13.x release?
Would I have to manually change the /apt/sources.list to point to trusty and then do a dist-upgrade? I prefer to do it with the do-release-upgrade script, but can't figure out how.