diff options
| author | glatzor@ubuntu.com <> | 2006-09-09 23:07:01 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-09-09 23:07:01 +0200 |
| commit | 55dc951dc39a68249435256da79bacfd2961e1c4 (patch) | |
| tree | 4eaf74f7e56334a1a8c787b2ac5d8ee1f675c3bd /DistUpgrade/DistUpgrade.cfg | |
| parent | 3afcdfc4f30173672b5745f69e2bc401f20e1d90 (diff) | |
| parent | a5a1685317f25de0a0d7bd8ccc5317a17fa219bf (diff) | |
| download | python-apt-55dc951dc39a68249435256da79bacfd2961e1c4.tar.gz | |
* merge with mvo
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
| -rw-r--r-- | DistUpgrade/DistUpgrade.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg index 9d6001fb..7a8ebba9 100644 --- a/DistUpgrade/DistUpgrade.cfg +++ b/DistUpgrade/DistUpgrade.cfg @@ -6,9 +6,11 @@ View=DistUpgradeViewGtk [Distro] # the meta-pkgs we support MetaPkgs=ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, xubuntu-desktop -BaseMetaPkgs=ubuntu-base -PostUpgradePurge=xorg-common +BaseMetaPkgs=ubuntu-minimal +PostUpgradePurge=xorg-common, libgl1-mesa Demotions=demoted.cfg +RemoveEssentialOk=sysvinit +RemovalBlacklistFile=removal_blacklist.cfg # information about the individual meta-pkgs [ubuntu-desktop] @@ -35,7 +37,7 @@ BackupExt=distUpgrade From=dapper To=edgy ValidOrigin=Ubuntu -ValidMirrors = mirrors.txt +ValidMirrors = mirrors.cfg [Network] MaxRetries=3
\ No newline at end of file |
