WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Merging the aufs git tree within the Linux 2.6.32.18 fro

To: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Subject: Re: [Xen-devel] Merging the aufs git tree within the Linux 2.6.32.18 from Jeremy...
From: Daniel Stodden <daniel.stodden@xxxxxxxxxx>
Date: Sat, 28 Aug 2010 01:37:45 -0700
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sat, 28 Aug 2010 01:38:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=wBw3ZK11CEVj1AsiP-A+So2+UuLVzj31HscRu@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix VMD
References: <AANLkTi=wBw3ZK11CEVj1AsiP-A+So2+UuLVzj31HscRu@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Sat, 2010-08-28 at 00:05 -0400, Martinx - ジェームズ wrote:
> Guys,
> 
> 
>  I really need the AUFS kernel module within the Linux 2.6.32.18 from
> Jeremy's tree... How can I do this?!
>  The aufs: http://aufs.sourceforge.net/
> 
> 
>  The Jeremy's tree that I'm using is for xen-4.0.1.

There's a big fat readme which describes the procedure...

Essentially you checkout Jeremy's 2.6.32.x tree.

$ git clone ..
$ git checkout --track origin/xen/stable-2.6.32.x

Branch from that again, to, say, my/xen-2.6.32/aufs

$ git checkout --track origin/xen/stable-2.6.32.x
$ git branch my/xen-2.6.32/aufs
$ git checkout my/xen-2.6.32/aufs

You add a remote which points to the aufs-2.6 tree, fetch it, and merge
aufs2-32 into that branch

$ git remote add aufs2 http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-2.6.git
$ git fetch aufs2
$ git merge aufs2/aufs2-32

I didn't try it. Good luck.

Daniel



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>