1
0
mirror of synced 2026-04-12 14:52:42 +00:00
Files
xen-tools.xen-tools/debian
Axel Beckert 7a3791d1aa Risen default values for RAM sizes in /etc/xen-tools/xen-tools.cfg
128 MB are no more sufficient to boot Debian Sid. It needs at least
around 136 MB on amd64 as of now.

Closes: https://bugs.debian.org/849867
2017-01-10 21:05:10 +01:00
..
2015-07-14 21:55:41 +02:00
2013-07-10 22:53:14 +02:00
2006-08-27 21:46:04 +00:00
2007-06-16 13:26:58 +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://github.com/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>, Tue, 14 Jul 2015 18:35:38 +0200