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

Andrew Bradford bradfa at gmail.com
Sat Apr 30 15:03:10 PDT 2011


On Sat, Apr 30, 2011 at 4:46 PM, Adrian Grigo <agrigo2001 at yahoo.com.au> 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



More information about the Clfs-dev mailing list