On 30 August 2013 00:46, Laurent Vivier <laur...@vivier.eu> wrote: > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > --- > scripts/lxc-cross-debian | 353 > +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 353 insertions(+) > create mode 100755 scripts/lxc-cross-debian > > diff --git a/scripts/lxc-cross-debian b/scripts/lxc-cross-debian > new file mode 100755 > index 0000000..aded1d3 > --- /dev/null > +++ b/scripts/lxc-cross-debian > @@ -0,0 +1,353 @@ > +#!/bin/bash > +# > +# Some parts from lxc-debian, Daniel Lezcano <daniel.lezc...@free.fr> > +# > +# Copy this script to /usr/share/lxc/templates > +# > +# and use it with > +# lxc-create -t cross-debian -n xxxx -- --arch xxx --interpreter-path > /a/b/c/qemu-xxx > +#
I'm afraid I don't know enough about lxc to be able to review this, or even to say whether it makes sense for it to be in the QEMU git tree. (It needs a copyright/license header if it does go in, though.) -- PMM