Rudimentarily support Ubuntu Maverick Meerkat (10.10)
This commit is contained in:
parent
20b17ea5e1
commit
9210c6c8be
1
Makefile
1
Makefile
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user