Changes between Initial Version and Version 1 of LennyToSqueeze


Ignore:
Timestamp:
09/21/11 13:02:30 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LennyToSqueeze

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