Changeset ba47a78 in clfs-embedded


Ignore:
Timestamp:
May 1, 2011, 6:48:00 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
111f2c6
Parents:
c07530e
Message:

Dropbear key files go in etc/dropbear, not etc/ssh

Thanks again to Adrian Grigo
http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/2011-April/000963.html

The current bootscripts expect ${CLFS}/etc/dropbear not
${CLFS}/etc/ssh to be the place to find Dropbear key files and other
configuration files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-net/common/dropbear.xml

    rc07530e rba47a78  
    6565    <para os="j">Create the directory for the dropbear key files:</para>
    6666
    67 <screen os="k"><userinput>install -dv ${CLFS}/etc/ssh</userinput></screen>
     67<screen os="k"><userinput>install -dv ${CLFS}/etc/dropbear</userinput></screen>
    6868
    6969    <para os="l">Install the bootscripts from the clfs-bootscripts package:</para>
Note: See TracChangeset for help on using the changeset viewer.