1
0
mirror of synced 2026-01-20 01:25:09 +00:00
Axel Beckert e9d8bd0896 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!
2013-04-11 19:47:05 +02:00
..
2010-03-03 01:56:05 +01:00
2013-03-05 23:07:04 +01:00
2006-08-24 20:33:10 +00:00
2013-01-25 17:32:20 +01:00
2006-08-27 21:46:04 +00:00
2007-06-16 13:26:58 +00:00
2006-08-20 09:21:11 +00:00

How to build xen-tools directly from the Git repository?
========================================================

Clone the git repository and change to the directory of your local
working copy.

$ git clone git://gitorious.org/xen-tools/xen-tools.git
$ cd xen-tools

If you just want to build the binary package, run

$ make changelog
$ dpkg-buildpackage -uc -us -b

If you want to build source and binary packages, e.g. for an upload to
Debian or Ubuntu:

$ make orig-tar-gz
$ dpkg-buildpackage


 -- Axel Beckert <abe@debian.org>, Mon, 13 Sep 2010 14:30:05 +0200