|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Merging the aufs git tree within the Linux 2.6.32.18 fro
If the kernel version you're trying to use is not the same of the version with the full merge, you may download the standalone git repo and merge it yourself into any kernel you want - since aufs supports such kernel version.
To do the merge is kinda simple. Go to the kernel's local git repo, and type:
git remote add aufs_repo /path/to/aufs_code git pull aufs_repo master
It will merge the aufs code into the current kernel code.
Regards,
AF
2010/8/28 Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Hi!
Let me try to explain myself better...
Can someone help me compile the Linux kernel module AUFS, with the default Linux from of xen-4.0.1, the Linux-2.6.32.18 with PVOPS dom0?
I'm working on new version of the Xen Live DVD and this module is the only missing piece to do a new release soon, this new version has been completely remodeled, entirely a new job!
I see that the "make prep-kernels" command download the Linux using Git, and the AUFS is a Git repository too so, can I merge them using Git?
Linux 2.6.32.18 from Jeremy's tree (make prep-kernels) in sync with xen-4.0.1.tar.gz ( http://xen.org):
The AUFS web page (the Git address is there):
I appreciate any help!
Thanks!
Thiago2010/8/28 Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
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 Jeremy's tree that I'm using is for xen-4.0.1.
Thanks! Thiago
-- Ship ahoy! Hast seen the While Whale? - Melville's Captain Ahab
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|