2010/2/22 Mulyadi Santosa <mulyadi.santosa@xxxxxxxxx>
Hi....
Try to check "man modprobe.conf" under "blacklist" directive. Maybe
On Mon, Feb 22, 2010 at 12:04 PM, shenghui <crosslonelyover@xxxxxxxxx> wrote:
> Hi,
>
> I want to control module load/unload at boot time during
> installation.
> For example, I have one module foo, it's loaded at boot time during
> installation
> by default, but now I want to forbid its automatic loading, how can I do
> that?
> Or which parameter can work?
that's you what you're looking for.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
How can I pass it to kernel or installer at first installation?
append="blacklist=<module_name>"
or
append="blacklist <module_name>"?
And are they same for rhel and sles?
--
Thanks and Best Regards,
shenghui