Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: dicorer on April 19, 2015, 05:13:38 PM
-
is it possible that, the busybox shipped with dCore utopic was compiled with FEATURE_MODPROBE_BLACKLIST=n ?
I can't get it to blacklist nothing....
-
It is enabled, dCore uses busybox from 5.x. Config below:
http://tinycorelinux.net/5.x/x86/release/src/busybox/busybox-1.20.2-config
-
I dont know... blacklist works at you?
if yes, please tell me in what file you put the command "blacklist <modulename>", thanks
-
Standard Tinycore boot options:
http://forum.tinycorelinux.net/index.php?topic=12133.0
-
ok solved.
I had put /etc/modprobe.d/blacklist.conf into a sce.
wrong idea.
now it is inside a fs loaded by kernel option initrd=.
it didn't load blacklist.conf because it was coming after udevd.
Thanks