1
0
mirror of synced 2026-01-27 04:02:09 +00:00

xt-install-image: Don't bail out if only cdebootstrap is installed

There was a duplicated check on debootstrap being installed and only
one has been expanded when cdebootstrap support was added. So
xen-tools bailed out if debootstrap wasn't installed even if it had
been instructed to use cdebootstrap instead.

This also adds support for cdebootstrap-static.

Additionally xt-install-image dispatcher has been extended to hand
array refs of command paths instead of just single command paths.

Thanks to Elmar Heeb for reporting this issue!
This commit is contained in:
Axel Beckert
2013-04-11 19:47:05 +02:00
parent 9369fd2a03
commit e9d8bd0896
2 changed files with 40 additions and 22 deletions

2
debian/changelog vendored
View File

@@ -22,6 +22,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
- Preliminary support for Debian Jessie and Ubuntu Raring
- Preliminary support for xl toolstack
- xen-create-image: Consistently use runCommand() instead of system()
- xt-install-image: Don't bail out if only cdebootstrap is installed
but not debootstrap (Thanks Elmar Heeb!)
- Makefile accepts DESTDIR=…
- Move examples from debian/examples to examples.
- Uses File::Which, added (build-) dependency on libfile-which-perl