Custom Search
|
Re: [Clfs-dev] CBLFS Hot Pluggable Ethernet
Date: December 23, 2006
In-reply-to:
<b86643eb0612220633p260bf59ev7f47999562c852cf@xxxxxxxxxxxxxx> Jonathan,Did you install the network support with udev-rules, (make install-network), this will load a alternative bootscript for networking, that only contains start. I do this currently without ifplugd. Just need to add both to your ethernet configuration. ONBOOT=yes # Add this to check if the adapter is available on bootup ONHOTPLUG=yes # Add this to add the adapter if it called by udev/hotplugging |