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: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH 6/6] scripts: create a template to use with lxc-create
Date: Fri, 06 Sep 2013 18:56:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Le 06/09/2013 18:33, Peter Maydell a écrit :
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.)
Yes, you should be right. I'm going to try to push this into lxc project.

Thank you for your comments.

Regards,
Laurent



reply via email to

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