Preliminary support for Ubuntu 14.04 Trusty Tahr
This commit is contained in:
@@ -1336,7 +1336,7 @@ sub setupDefaultOptions
|
||||
$CONFIG{ 'mirror_'.$debdist } = 'http://http.debian.net/debian-archive/debian';
|
||||
}
|
||||
# Initialize per distribution mirror defaults: Ubuntu
|
||||
foreach my $ubuntudist (qw(lucid precise quantal raring saucy)) {
|
||||
foreach my $ubuntudist (qw(lucid precise quantal raring saucy trusty)) {
|
||||
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
|
||||
}
|
||||
foreach my $ubuntudist (qw(dapper edgy feisty gutsy hardy intrepid jaunty karmic maverick natty oneiric)) {
|
||||
|
||||
Reference in New Issue
Block a user