From: Henry N. <hen...@ar...> - 2010-09-08 19:41:23
|
On 07.09.2010 22:34, qnx4ever wrote: > is there any way to mount cramfs images using the standard > coLinux-7.7.1 kernel ? zgrep CRAMFS /proc/config.gz # CONFIG_CRAMFS is not set So, it is not enabled in kernel. You can enable it and build a kernel your self. Please read section "Private kernel config" in file doc/building inside coLinux source, or online here: http://colinux.svn.sourceforge.net/viewvc/colinux/branches/devel/doc/building -- Henry N. |