Preliminary support for Ubuntu 14.04 Trusty Tahr
This commit is contained in:
parent
0e8178ab0f
commit
cfa30f06b6
1
Makefile
1
Makefile
@ -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
|
||||
|
||||
|
||||
@ -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
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user