[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RC - Dbootstrap is somewhat broken for non-networked boxes



> you can simply use if (!is_network_configured() && !is_network_up(1))
> 
> if is_network_up(1) returns 0, there are no network interfaces available.

with the new /proc/dev code you put in this is probably true. originally
though it checks !is_network_configured() || !is_network_up() to see if the
network is not yet activated. i wonder if pcmcia is affected by this....

randolph
-- 
Debian Developer <tausq@debian.org>
http://www.TauSq.org/


Reply to: