On Sat, Apr 30, 2011 at 4:46 PM, Adrian Grigo <[email protected]> wrote: > In Cross-Compiled Linux From Scratch - Embedded - Version > GIT-0.0.1-20110419-x86, the commands that create the links to > dropbearmulti are incorrect. They should be > > ln -svf /usr/bin/dropbearmulti ${CLFS}/usr/bin/dropbearkey > > instead of > > ln -svf ${CLFS}/usr/bin/dropbearmulti ${CLFS}/usr/bin/dropbearkey
Yep, good catch. This is sort of my fault... Oops. Git commit 0307af1cfa899e90c4965e1284704670ea2465c9 was me trying to fix bad symlinks for this but it didn't quite work out. http://git.cross-lfs.org/?p=clfs-embedded.git;a=commit;h=0307af1cfa899e90c4965e1284704670ea2465c9 > Also, install -dv ${CLFS}/etc/ssh needs changing to install -dv > ${CLFS}/etc/dropbear to work with the bootscripts. (Or several changes > to the sshd script are required) Right again! :) I'll fix both of these, hopefully this weekend. Thanks for pointing them out. -Andrew _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
