From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Se977-0001KE-Jm for garchives@archives.gentoo.org; Mon, 11 Jun 2012 18:13:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BB1E05D5 for ; Mon, 11 Jun 2012 18:13:17 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by pigeon.gentoo.org (Postfix) with ESMTP id A4992E050E for ; Mon, 11 Jun 2012 16:07:28 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so3424415wib.4 for ; Mon, 11 Jun 2012 09:07:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5RCFta/JISHJWUwRLK1bHHpTFPbWfk9UYBrkzT40Yhw=; b=psFeneVWY4g0AMSewAJj5Wauoe9zud8ylqQCpvZnhcUzJ+yvbeWX0a3lqAB4AMBMZa z79V0TLORM9ZXHHlnp1Z6ZACVqr0kLUDmZ0MoIOBum1zseYQv5dc0POS9lE8sfD1ORue T6VPHvmMs7TsAb6CdXVHKyshM+SkJXjcEwsZo0KxytJxarHE+aol4K8X6GZKiye7xN5F +2rPkr3jiiw6E5GE9sFtc+B23UvbnYQ34g6wyAbQXjZ4iwN+sEmXaqhg7gCA7Ay+wa2A v3JB2wyiqi/NTXXspmngtkrfEwuKPpTHsphamaxSvFXvsGDCKec4u6UtV1yDP0zPZxa2 KzLg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.213.226 with SMTP id a76mr6819831wep.142.1339430847783; Mon, 11 Jun 2012 09:07:27 -0700 (PDT) Received: by 10.216.237.203 with HTTP; Mon, 11 Jun 2012 09:07:27 -0700 (PDT) Date: Mon, 11 Jun 2012 16:07:27 +0000 Message-ID: Subject: [gentoo-soc] cross_container_support - progress report #3 From: Jing Huang To: lu_zero@gentoo.org, gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 1561ac1a-729d-4c0c-ada5-4a05d0689641 X-Archives-Hash: 97a7c8294ae1be03dae8bb3a96397ad0 Hi, == Progress of this Week == This week, I have prepared a simple script that generates a working normal lxc gentoo container from a gentoo stage3. The code is uploaded to: https://github.com/jinghuang/cross_container_support The users could use the script like: # ./lxc.sh create -i guest_ipaddr -g gateway -n guest_name -r rootfs_path (if rootfs_path is not exist, the script will download a new gentoo stage3 tarball) #./lxc.sh start -n guest_name #./lxc.sh destroy -n guest_name == Plans for next week == 1. improve the lxc.sh script according to mentor's advice 2. make the lxc.sh to work with qemu-user The user could download a gentoo arm stage3 through: # ./lxc.sh create -i guest_ipaddr -g gateway -n guest_name -r rootfs_path -a arm Next, I will try to create and start an arm lxc guest on x86 host. Best Regards! Jing.