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

Title: busybox modprobe blacklist!
Post 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....
Title: Re: busybox modprobe blacklist!
Post by: Jason W on April 19, 2015, 06:18:00 PM
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
Title: Re: busybox modprobe blacklist!
Post by: dicorer on April 19, 2015, 06:51:38 PM
I dont know... blacklist works at you?
if yes, please tell me in what file you put the command "blacklist <modulename>", thanks
Title: Re: busybox modprobe blacklist!
Post by: Jason W on April 20, 2015, 06:05:50 AM
Standard Tinycore boot options:

http://forum.tinycorelinux.net/index.php?topic=12133.0
Title: Re: busybox modprobe blacklist!
Post by: dicorer on April 20, 2015, 06:39:28 AM
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