qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/6] scripts: create a template to use with lxc-


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 6/6] scripts: create a template to use with lxc-create
Date: Fri, 6 Sep 2013 17:33:32 +0100

On 30 August 2013 00:46, Laurent Vivier <address@hidden> wrote:
> Signed-off-by: Laurent Vivier <address@hidden>
> ---
>  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 <address@hidden>
> +#
> +# 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]