1
0
mirror of synced 2026-01-20 01:25:09 +00:00

Use old-releases.ubuntu.com as default mirror for Edgy, Feisty and Gutsy; add default mirror for Dapper

This commit is contained in:
Axel Beckert 2010-05-17 20:02:18 +02:00
parent 83253c0214
commit e556ebdbf6

View File

@ -1233,9 +1233,12 @@ sub setupDefaultOptions
$CONFIG{ 'mirror_'.$debdist } = 'http://archive.debian.org/debian';
}
# Initialize per distribution mirror defaults: Ubuntu
foreach my $ubuntudist (qw(feisty gutsy hardy intrepid jaunty karmic lucid maverick)) {
foreach my $ubuntudist (qw(dapper hardy intrepid jaunty karmic lucid maverick)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
}
foreach my $ubuntudist (qw(edgy feisty gutsy)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://old-releases.ubuntu.com/ubuntu';
}
$CONFIG{ 'arch' } = '';
$CONFIG{ 'fs' } = 'ext3';
$CONFIG{ 'force' } = 0;