1
0
mirror of synced 2026-04-24 19:50:09 +00:00

More stuff necessary for Ubuntu Oneiric support

This commit is contained in:
Axel Beckert
2011-09-13 17:23:18 +02:00
parent 9921c9a3e8
commit e9f968c322

View File

@@ -1358,7 +1358,7 @@ sub setupDefaultOptions
$CONFIG{ 'mirror_'.$debdist } = 'http://archive.debian.org/debian';
}
# Initialize per distribution mirror defaults: Ubuntu
foreach my $ubuntudist (qw(dapper hardy jaunty karmic lucid maverick natty)) {
foreach my $ubuntudist (qw(dapper hardy jaunty karmic lucid maverick natty oneiric)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
}
foreach my $ubuntudist (qw(edgy feisty gutsy intrepid)) {
@@ -1913,7 +1913,7 @@ sub checkArguments
#
# Lucid and probably all later Ubuntus, too, don't work without pygrub
#
if ( $CONFIG{ 'dist' } =~ /lucid|maverick|natty/ )
if ( $CONFIG{ 'dist' } =~ /lucid|maverick|natty|oneiric/ )
{
$CONFIG{ 'pygrub' } = 1;
}