1
0
mirror of synced 2026-01-23 10:38:15 +00:00

Preliminary support for Ubuntu 14.04 Trusty Tahr

This commit is contained in:
Axel Beckert 2013-10-23 13:54:45 +02:00
parent 0e8178ab0f
commit cfa30f06b6
4 changed files with 4 additions and 1 deletions

View File

@ -202,6 +202,7 @@ install-hooks:
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d quantal.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d raring.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d saucy.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d trusty.d
cp hooks/common.sh ${prefix}/usr/share/xen-tools
cp -r hooks/common ${prefix}/usr/share/xen-tools

View File

@ -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)) {

1
debian/changelog vendored
View File

@ -21,6 +21,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
* Reformat hooks/common/40-setup-networking-deb so that the result
neither has trailing whitespace nor broken indentation.
* Also display MAC address after the DomU has been created.
* Preliminary support for Ubuntu 14.04 Trusty Tahr.
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 21:13:07 +0200

View File

@ -292,6 +292,7 @@ mirror = `xt-guess-suite-and-mirror --mirror`
# mirror_quantal = http://archive.ubuntu.com/ubuntu
# mirror_raring = http://archive.ubuntu.com/ubuntu
# mirror_saucy = http://archive.ubuntu.com/ubuntu
# mirror_trusty = http://archive.ubuntu.com/ubuntu
# If this is defined it will be used by debootstrap, and configured as the
# proxy for the guest