Re: [Qemu-devel] [PATCH v2 3/3] add debian-bootstrap.docker target (and pre script)

2016-06-13 Thread Alex Bennée
Fam Zheng writes: > On Wed, 06/08 17:35, Alex Bennée wrote: >> Together with the debian-bootstrap.pre script can now build an arbitrary >> architecture of Debian using debootstrap. The docker script will now >> search for an associated $dockerfile.pre script which gets run in the >> same build c

Re: [Qemu-devel] [PATCH v2 3/3] add debian-bootstrap.docker target (and pre script)

2016-06-12 Thread Fam Zheng
On Wed, 06/08 17:35, Alex Bennée wrote: > Together with the debian-bootstrap.pre script can now build an arbitrary > architecture of Debian using debootstrap. The docker script will now > search for an associated $dockerfile.pre script which gets run in the > same build context as the dockerfile wi

[Qemu-devel] [PATCH v2 3/3] add debian-bootstrap.docker target (and pre script)

2016-06-08 Thread Alex Bennée
Together with the debian-bootstrap.pre script can now build an arbitrary architecture of Debian using debootstrap. The docker script will now search for an associated $dockerfile.pre script which gets run in the same build context as the dockerfile will be. This allows debootstrap to set up its fir