[OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Mon Sep 16 18:06:46 UTC 2013


Jukka Rissanen <jukka.rissanen-VuQAYsv1563Yd54FQh9/CA at public.gmane.org>
writes:

> The connman init.d script tried to ignore all the network interfaces
> if NFS root is configured. We should only ignore the interface that is
> used by NFS root.

This does not really work; e.g. here:

1. the cmdline is 'ip=dhcp' and won't be detected by your expression

2. system needs information from dhcp for DNS and NTP

3. system must renew the DHCP lease periodically


I wrote

   https://www.cvg.de/people/ensc/0001-added-noipconfig-option.patch

which fixes the last two issues (it's probably too invasive and specific
to be applied upstream).  I do not think that point 1 can be solved in a
generic way but requires some customization.



Enrico



More information about the Openembedded-core mailing list