1
0
mirror of synced 2026-04-13 23:23:41 +00:00

Rudimentarily support Ubuntu Maverick Meerkat (10.10)

This commit is contained in:
Axel Beckert
2010-05-15 01:29:17 +02:00
parent 20b17ea5e1
commit 9210c6c8be
2 changed files with 2 additions and 1 deletions

View File

@@ -1217,7 +1217,7 @@ sub setupDefaultOptions
$CONFIG{ 'mirror_'.$debdist } = $CONFIG{ 'mirror' }
}
# Initialize per distribution mirror defaults: Ubuntu
foreach my $ubuntudist (qw(feisty gutsy hardy intrepid jaunty karmic lucid)) {
foreach my $ubuntudist (qw(feisty gutsy hardy intrepid jaunty karmic lucid maverick)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
}
$CONFIG{ 'mirror' } = 'http://ftp.us.debian.org/debian';