[Clfs-dev] ln -s dropbear typo in embedded-x86 book

Adrian Grigo agrigo2001 at yahoo.com.au
Sat Apr 30 13:46:03 PDT 2011


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




More information about the Clfs-dev mailing list