Jukka Rissanen <jukka.rissanen-VuQAYsv1563Yd54FQh9/[email protected]> 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
