| 1 | This page is to document the upgrade of the DevelopmentServer and the NewLiveServer from Denian lenny to squeeze, this upgrade was tracked on ticket:301. |
| 2 | |
| 3 | Following http://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.html to upgrade kiwi. |
| 4 | |
| 5 | {{{ |
| 6 | sudo -i |
| 7 | screen |
| 8 | script -t 2>~/upgrade-squeeze1.time -a ~/upgrade-squeeze1.script |
| 9 | }}} |
| 10 | |
| 11 | Existing state of packages was checked with apt and aptitude: |
| 12 | |
| 13 | {{{ |
| 14 | audacity # a |
| 15 | dpkg --audit |
| 16 | dpkg -l | pager |
| 17 | dpkg --get-selections "*" > ~/curr-pkgs.txt |
| 18 | }}} |
| 19 | |
| 20 | All the backup scripts were run via ninjahelper. |
| 21 | |
| 22 | The following edit was done to /etc/apt/sources.list: |
| 23 | |
| 24 | {{{ |
| 25 | :1,$s/lenny/squeeze/ |
| 26 | }}} |
| 27 | |
| 28 | |
| 29 | |
| 30 | |