On 14.01.2011, at 12:41, Norman Rieß wrote:

> Am 01/14/11 06:33, schrieb doherty pete:
>> when i start the kernel, it wait long time to dhcp for eth0:
>> eth0:dhcped 4.0.15 starting
>> eth0:waiting for carrier
>> 
>> i want to forbid dhcp,how can i do?
>> 
> 
> Hi,
> 
> configure a static IP or bring up the interface without configuration
> with config_eth0=( "null" )
> 
> If you do not want dhcp at all, unmerge dhcpcd.
> 
> Regards,
> Norman
> 
lol,  
1) What baselayout do you use?
if the second then go to /usr/share/doc/openrc-*/net.example
2) no need to unmerge, you could disable by modules_eth0="!dhcp" (check 
net.example i'm writing from head)

Reply via email to