1
0
mirror of synced 2026-01-19 17:18:39 +00:00
Axel Beckert c2ead30949 pygrub detection: Prefer /usr/lib/xen-default over /usr/lib/xen-x.y
Otherwise a versioned pygrub path will be used (e.g.
/usr/lib/xen-4.1/bin/pygrub  in the case of Debian Wheezy) and then
all host configurations would need to be updated when dist-upgrading
to Debian Jessie with Xen 4.3.

In case you already ran into this issue, the following command should
fix the issue for you:

fgrep -l xen-4.1/bin/pygrub -r /etc/xen/ | xargs sed -e 's:xen-4.1/bin/pygrub:xen-default/bin/pygrub:g' -i
2014-06-16 19:13:44 +02:00
..
2013-07-10 22:53:14 +02:00
2013-01-25 17:32:20 +01:00
2013-08-23 19:31:47 +02: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