~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to README.dist-upgrade

  • Committer: Michael Vogt
  • Date: 2005-11-29 15:59:33 UTC
  • Revision ID: egon@top-20051129155933-545b8b218841e2b3
* added TODO item
* directory structure cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Distribution Upgrade tools for Ubuntu
 
2
-------------------------------------
 
3
 
 
4
This tool implements the spec at:
 
5
https://wiki.ubuntu.com/AutomaticUpgrade
 
6
 
 
7
Broadly speaking a upgrade from one version to the next consists 
 
8
of three things:
 
9
 
 
10
1) The user must be informed about the new available distro
 
11
   (possibly release notes as well) and run the upgrade tool
 
12
2) The upgrade tool must be able to download updated information
 
13
   how to perform the upgrade (e.g. additional steps like upgrading 
 
14
   certain libs first)
 
15
3) The upgrade tools runs and installs/remove packages and does
 
16
   some additional steps like post-release cleanup
 
17
 
 
18
 
 
19
 
 
20
The steps in additon to upgrading the installed packages fall into this 
 
21
categories:
 
22
* switch to new sources.list entries
 
23
* adding the default user to new groups (warty, scanner group)
 
24
* remove packages/install others (breezy, R:mozilla-firefox, RI:firefox, 
 
25
  install ubuntu-desktop package again, R:portmap, I:language-package*)
 
26
* check conffile settings (breezy: /etc/X11/xorg.conf; warty: /etc/modules)
 
27
* ask/change mirrors (breezy)
 
28
* breezy: install new version of libgtk2.0-0 from hoary-updates, then 
 
29
  restart synaptic
 
30
* reboot
 
 
b'\\ No newline at end of file'