| 1 |
debacle |
5456 |
<?xml version='1.0' encoding='utf-8'?> |
| 2 |
|
|
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
| 3 |
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
| 4 |
|
|
<!ENTITY % shareddata SYSTEM "../release-notes.ent" > %shareddata; |
| 5 |
|
|
]> |
| 6 |
|
|
|
| 7 |
xerakko |
5596 |
<appendix id="ap-old-stuff" lang="en"> |
| 8 |
debacle |
5456 |
<title>Managing your &oldreleasename; system</title> |
| 9 |
|
|
<para> |
| 10 |
|
|
This appendix contains information on how to make sure you can install or |
| 11 |
|
|
upgrade &oldreleasename; packages before you upgrade to &releasename;. This should only be |
| 12 |
|
|
necessary in specific situations. |
| 13 |
|
|
</para> |
| 14 |
|
|
<section id="old-upgrade"> |
| 15 |
|
|
<title>Upgrading your &oldreleasename; system</title> |
| 16 |
|
|
<para> |
| 17 |
|
|
Basically this is no different than any other upgrade of &oldreleasename; you've been |
| 18 |
|
|
doing. The only difference is that you first need to make sure your package |
| 19 |
|
|
list still contains &oldreleasename; packages as explained in <xref |
| 20 |
xerakko |
5596 |
linkend="old-sources"/>. |
| 21 |
debacle |
5456 |
</para> |
| 22 |
|
|
<para> |
| 23 |
|
|
If you upgrade your system using a Debian mirror, it will automatically be |
| 24 |
|
|
upgraded to the latest &oldreleasename; point release. |
| 25 |
|
|
</para> |
| 26 |
|
|
</section> |
| 27 |
|
|
|
| 28 |
|
|
<section id="old-sources"> |
| 29 |
|
|
<title>Checking your sources list</title> |
| 30 |
|
|
<para> |
| 31 |
|
|
If any of the lines in your <filename>/etc/apt/sources.list</filename> refer to |
| 32 |
xerakko |
5596 |
'stable', you are effectively already <quote>using</quote> &releasename;. If you have already run |
| 33 |
debacle |
5456 |
<literal>apt-get update</literal>, you can still get back without problems |
| 34 |
|
|
following the procedure below. |
| 35 |
|
|
</para> |
| 36 |
|
|
<para> |
| 37 |
|
|
If you have also already installed packages from &releasename;, there probably is not |
| 38 |
|
|
much point in installing packages from &oldreleasename; anymore. In that case you will |
| 39 |
|
|
have to decide for yourself whether you want to continue or not. It is |
| 40 |
|
|
possible to downgrade packages, but that is not covered here. |
| 41 |
|
|
</para> |
| 42 |
|
|
<para> |
| 43 |
|
|
Open the file <filename>/etc/apt/sources.list</filename> with your favorite |
| 44 |
|
|
editor (as root) and check all lines beginning with <literal>deb |
| 45 |
|
|
http:</literal> or <literal>deb ftp:</literal> for a reference to |
| 46 |
xerakko |
5596 |
<quote><literal>stable</literal></quote>. If you find any, change <literal>stable</literal> |
| 47 |
debacle |
5456 |
to <literal>&oldreleasename;</literal>. |
| 48 |
|
|
</para> |
| 49 |
|
|
<para> |
| 50 |
|
|
If you have any lines starting with <literal>deb file:</literal>, you will have |
| 51 |
xerakko |
5596 |
to check for yourself if the location they refer to contains an &oldreleasename; or a &releasename; |
| 52 |
debacle |
5456 |
archive. |
| 53 |
|
|
</para> |
| 54 |
xerakko |
5596 |
<important> |
| 55 |
|
|
<para> |
| 56 |
|
|
Do not change any lines that begin with <literal>deb cdrom:</literal>. |
| 57 |
|
|
Doing so would invalidate the line and you would have to |
| 58 |
|
|
run <command>apt-cdrom</command> again. Do not be alarmed if a |
| 59 |
|
|
'cdrom' source line refers to <quote><literal>unstable</literal></quote>. |
| 60 |
|
|
Although confusing, this is normal. |
| 61 |
|
|
</para> |
| 62 |
|
|
</important> |
| 63 |
debacle |
5456 |
<para> |
| 64 |
|
|
If you've made any changes, save the file and execute |
| 65 |
|
|
</para> |
| 66 |
|
|
<screen> |
| 67 |
|
|
# apt-get update |
| 68 |
|
|
</screen> |
| 69 |
|
|
<para> |
| 70 |
|
|
to refresh the package list. |
| 71 |
|
|
</para> |
| 72 |
|
|
</section> |
| 73 |
|
|
|
| 74 |
|
|
</appendix> |
| 75 |
|
|
|