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

which creates links to a directory which doesn't exist once booting the
system.

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)

Cheers,
Adrian

_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to