From: Henry N. <hen...@ar...> - 2010-03-10 07:54:34
|
Sergio Paracuellos wrote: > I am using ubuntu gutsy 7.10 for the base system of my software but > ubuntu is not supporting that version in these days. I have my own > mirror for build it. > > Anyway, the sources of unionfs 1.4 are in the link below: > > http://download.filesystems.org/unionfs/OLD/unionfs-1.x/unionfs-1.4.tar.gz > > I haven't found any patches but I think this is all the source code for > this unionfs. What is the way for building this in tha actual stable > version of colinux?? I don't know if the problem is because of that but > I would like to try and see what happends. Any help is appreciated. This source is for kernel 2.6.18. I think, this source can't build kernel module for 2.6.22. But, we can try. See into "patch-kernel.sh". Patching kernel is a simple copy all source files *.h and *.h into the kernel tree and they do insert some lines into Kconfig and kernels Makefile. The Kconfig is ready under coLinux and the directory fs/unionfs exist, so you should remove all files from coLinux Kernel fs/unionfs and copy *.c and *.h from the tar to there. Than store Makefile.kernel as fs/unionfs/Makefile, and rebuild coLinux kernel with "make modules && make modules_install". -- Henry N. |