Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: cpio on May 29, 2011, 07:22:57 PM
-
???
Thanks.
-
Hi cpio
grub2.tcz contains
usr/local/lib/grub/i386-pc/gcry_rmd160.mod
and
usr/local/lib/grub/i386-pc/gcry_serpent.mod
Hope this helps
-
Thanks but this modules are not usefull.
-
You can search with the app browser.
Change search to provides, and enter what you are searching for.
-
@cpio: As far as I can tell the current kernel was compiled without those modules:
tc@box:~$ wget -qO - http://distro.ibiblio.org/tinycorelinux/3.x/release/src/kernel/config-2.6.33.3-tinycore | grep -iE 'serpent|rmd160'
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_SERPENT is not set
tc@box:~$
So I doubt that either of them would be included in any extension. Building those modules yourself is not that tricky: there is a Wiki page (http://wiki.tinycorelinux.net/wiki:custom_kernel) for starters and several threads here in the forum (just search for it).
You might want to suggest to have them included in the next build (http://forum.tinycorelinux.net/index.php?topic=9790) (e.g. TC 4.x).