[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Merging the aufs git tree within the Linux 2.6.32.18 from Jeremy...
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |