blob: 28684985b3e25fcf85b0163f7b2298f05bfe3736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
The DistUpgrade.cfg format is based on the python ConfigParser.
It supports the following sections:
[View] - controls the output
[Distro] - global distribution specfic options
BaseMetaPkgs:
the basic meta-pkgs that must be installed (ubuntu-base usually)
MetaPkgs:
packages that define a "desktop" (e.g. ubuntu-desktop)
PostUpgrade{Install,Remove,Purge}:
action right after the upgrade was calculated in the cache (marking
happens *before* the cache.commit())
ForcedObsoletes:
Obsolete packages that the user is asked about after the upgrade (marking
happens *after* the cache.commit())
[$meta-pkg]
KeyDependencies:
Dependencies that are considered "key" dependencies of the meta-pkg to
detect if it was installed but later removed by the user
PostUpgrade{Install,Remove,Purge}:
s.above
ForcedObsoletes:
s.above
[Files] - file specific stuff
[Sources] - how to rewrite the sources.list
[Network] - network specific options
|