On 10/13/05, James W. McKeand <james at mckeand dot biz> wrote:
>
> If a ifconfig after boot brings it up, could a workaround be to add a
> command in the config.xml to do a ifconfig on boot? (Sorry don't
> remember the command to put in the xml, I just know you can...)
>
Possibly, though an ifconfig gets done at boot anyway.
Could use a <shellcmd> (see FAQ on hidden config.xml options)
"ifconfig xx0 up" where xx0 is the troublesome NIC. <shellcmd> gets
run after all the boot scripts, so that might do it.
-Chris |