On Wednesday 16 January 2013 08:48:05 Chris Larson wrote: > On Wed, Jan 16, 2013 at 8:38 AM, Paul Eggleton < > > [email protected]> wrote: > > + > > + if [ -e ${IMAGE_ROOTFS}${sbindir}/dropbear ] ; then > > + echo 'DROPBEAR_EXTRA_ARGS="-B"' > > > ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear > > + fi > > > > } > > Slightly concerned with this, in the potential case where a layer provides > its own /etc/default/dropbear, this will blow it away entirely.
I already considered this, but interacting nicely with that situation given that the provided /etc/default/dropbear would likely be setting its own value of DROPBEAR_EXTRA_ARGS isn't going to be straightforward from a shell script... Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
