- Timestamp:
- Oct 15, 2013, 1:00:05 PM (11 years ago)
- Branches:
- master
- Children:
- e05a3dc
- Parents:
- 9137ee9
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 12:16:17)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 13:00:05)
- Location:
- BOOK/beyond-net/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-net/common/dropbear.xml
r9137ee9 r3c75105 56 56 57 57 <screen os="i"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" \ 58 install DESTDIR=${CLFS} 59 ln -svf /usr/bin/dropbearmulti ${CLFS}/ usr/sbin/dropbear60 ln -svf /usr/bin/dropbearmulti ${CLFS} /usr/bin/dbclient61 ln -svf /usr/bin/dropbearmulti ${CLFS} /usr/bin/dropbearkey62 ln -svf /usr/bin/dropbearmulti ${CLFS} /usr/bin/dropbearconvert63 ln -svf /usr/bin/dropbearmulti ${CLFS} /usr/bin/scp</userinput></screen>58 install DESTDIR=${CLFS}/targetfs 59 ln -svf /usr/bin/dropbearmulti ${CLFS}/targetfs/usr/sbin/dropbear 60 ln -svf /usr/bin/dropbearmulti ${CLFS}LFS}/targetfs/usr/bin/dbclient 61 ln -svf /usr/bin/dropbearmulti ${CLFS}LFS}/targetfs/usr/bin/dropbearkey 62 ln -svf /usr/bin/dropbearmulti ${CLFS}LFS}/targetfs/usr/bin/dropbearconvert 63 ln -svf /usr/bin/dropbearmulti ${CLFS}LFS}/targetfs/usr/bin/scp</userinput></screen> 64 64 65 65 <para os="j">Create the directory for the dropbear key files:</para> 66 66 67 <screen os="k"><userinput>install -dv ${CLFS}/ etc/dropbear</userinput></screen>67 <screen os="k"><userinput>install -dv ${CLFS}/targetfs/etc/dropbear</userinput></screen> 68 68 69 69 </sect2> … … 75 75 bootscripts:</para> 76 76 77 <screen os="m"><userinput>make install-dropbear DESTDIR=${CLFS} </userinput></screen>77 <screen os="m"><userinput>make install-dropbear DESTDIR=${CLFS}/targetfs</userinput></screen> 78 78 79 79 -
BOOK/beyond-net/common/hostapd.xml
r9137ee9 r3c75105 58 58 <para os="e">Install the package:</para> 59 59 60 <screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/ usr/sbin</userinput></screen>60 <screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/targetfs/usr/sbin</userinput></screen> 61 61 62 62 </sect2> … … 67 67 <para os="h">From the clfs-bootscripts package, install the hostapd bootscripts:</para> 68 68 69 <screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS} </userinput></screen>69 <screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS}/targetfs</userinput></screen> 70 70 71 71 </sect2> … … 78 78 channel 4:</para> 79 79 80 <screen os="k"><userinput>cat > ${CLFS}/ etc/hostapd.conf << EOF80 <screen os="k"><userinput>cat > ${CLFS}/targetfs/etc/hostapd.conf << EOF 81 81 <literal># Sample hostapd.conf 82 82 # See hostapd/hostapd.conf in your hostap source tree for a more detailed version -
BOOK/beyond-net/common/iptables.xml
r9137ee9 r3c75105 37 37 <para os="e">Install the package:</para> 38 38 39 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>39 <screen os="f"><userinput>make DESTDIR=${CLFS}/targetfs install</userinput></screen> 40 40 41 41 </sect2> -
BOOK/beyond-net/common/libnl.xml
r9137ee9 r3c75105 35 35 <para os="e">Install the package:</para> 36 36 37 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>37 <screen os="f"><userinput>make DESTDIR=${CLFS}/targetfs install</userinput></screen> 38 38 39 39 </sect2> -
BOOK/beyond-net/common/wireless_tools.xml
r9137ee9 r3c75105 44 44 <filename>INSTALL</filename> file for more information.</para></note> 45 45 46 <screen><userinput>make PREFIX=${CLFS}/ usr</userinput></screen>46 <screen><userinput>make PREFIX=${CLFS}/targetfs/usr</userinput></screen> 47 47 48 48 <para os="c">Install the package:</para> 49 49 50 <screen><userinput>make install PREFIX=${CLFS}/ usr</userinput></screen>50 <screen><userinput>make install PREFIX=${CLFS}/targetfs/usr</userinput></screen> 51 51 52 52 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.