From: Paolo M. <pao...@gm...> - 2008-05-23 11:38:16
|
Hi, My advice is to use the stable-xxxxxx.tar.gz source code. use >./configure > make This will compile compilers, kernel and colinux form source. This process don't touch your linux distro. You can use it. At the end of this process you will find a directory "../build". In this directory there are linux-xxx-source and linux-xxx-build You have to apply patch to the linux-xxx-source tree. This is kernel patched with colinux drivers. Now apply your patch to this tree (linux-xxx-source) When this is done, you can compile using >make in the linux-xxx-build directory. If you need to change the .config copy your .conf in the linux-xxx-build directory. I hope this is OK. I do it. If something is wrong .... Bye, Paolo On Fri, May 23, 2008 at 12:39 PM, Christopher David Chapman <c.d...@re...> wrote: > Hi, > > I am trying to get autofs working under fc8 and coLinux. > Autofs is complaining that it is missing a kernel module autofs4. > Ok, I thought I will need to add it into the kernel. > > Following the instruction in the FAQ (http://colinux.wikia.com/wiki/CoLinux_FAQ#Q19._How_do_I_build_my_own_kernel_for_coLinux.3F) > > I downloaded the latest stable source ball for coLinux and the kernel source for 2.6.22 from kernel.org > Untar'd them both and cd'd into /usr/src/linux > > When trying the line "patch -p1 < (extraction-point)/colinux-20040529/patch/linux" /patch/linux is not found and if I try to do the 2.6.22 diff files by hand I get as far as "cobd-2.6.22.diff" and if fails saying there is no "drivers/block/cobd.c", which indeed there is not. > > I short, I'm lost > > > Any clues much appreciated. > > Cheers > Chris > > "Why is Gaffa tape like the force? > Because it has a light side, a dark side, and it holds the universe together!" > > ----------------===========---------------- > Christopher Chapman > Systems Programmer ITNG > School of Systems Engineering > The University of Reading > > E-mail: c.d...@re... > Phone: +44 (0)118 3787664 > > School of Systems Engineering > The University of Reading > PO Box 225 > Whiteknights > Reading > RG6 6AY > ----------------===========---------------- > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > |