2010/2/22 shenghui <[email protected]>
>
>
> 2010/2/22 Mulyadi Santosa <[email protected]>
>
> Hi....
>>
>> On Mon, Feb 22, 2010 at 12:04 PM, shenghui <[email protected]>
>> 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?
>>
>> Try to check "man modprobe.conf" under "blacklist" directive. Maybe
>> 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
>
Hi,
I have edit yaboot.conf to to
append="blacklist=<module_name>" / append="blacklist
<module_name>".
Both failed.
Maybe it works on normal boot after its installation finished. But for
first installtion,
they don't work.
--
Thanks and Best Regards,
shenghui