1
0
mirror of synced 2026-01-13 23:26:10 +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

@ -181,6 +181,7 @@ install-hooks:
mkdir -p ${prefix}/usr/lib/xen-tools/karmic.d/
cp -R hooks/karmic/*-* ${prefix}/usr/lib/xen-tools/karmic.d/
-cd ${prefix}/usr/lib/xen-tools/ && ln -s karmic.d lucid.d
-cd ${prefix}/usr/lib/xen-tools/ && ln -s karmic.d maverick.d
cp hooks/common.sh ${prefix}/usr/lib/xen-tools

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';