- Timestamp:
- Aug 24, 2012, 5:33:04 PM (12 years ago)
- Branches:
- master
- Children:
- ec8de0a
- Parents:
- 659afd8
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-net/common/hostapd.xml
r659afd8 r38a917a 60 60 <screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/usr/sbin</userinput></screen> 61 61 62 <para os="g">Install the bootscripts from the clfs-bootscripts package:</para>62 </sect2> 63 63 64 <screen os="h"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen> 64 <sect2 role="bootscripts"> 65 <title>Installation of hostapd Bootscripts</title> 65 66 66 <para os="i">Create hostapd.conf, this example file will create a WPA2 67 <para os="h">From the clfs-bootscripts package, install the hostapd bootscripts:</para> 68 69 <screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen> 70 71 </sect2> 72 73 <sect2 role="configuration"> 74 <title>Configure hostapd</title> 75 76 <para os="j">Create hostapd.conf, this example file will create a WPA2 67 77 encrypted host access point with the name dummy and password foobar123 on 68 78 channel 4:</para> 69 79 70 <screen os=" j"><userinput>cat > ${CLFS}/etc/hostapd.conf << EOF80 <screen os="k"><userinput>cat > ${CLFS}/etc/hostapd.conf << EOF 71 81 <literal># Sample hostapd.conf 72 82 # See hostapd/hostapd.conf in your hostap source tree for a more detailed version -
BOOK/general.ent
r659afd8 r38a917a 3 3 <!ENTITY month "08"> <!-- Use two digits --> 4 4 <!ENTITY month_name "August"> 5 <!ENTITY day "2 2"> <!-- Use two digits -->5 <!ENTITY day "24"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r659afd8 r38a917a 37 37 --> 38 38 <listitem> 39 <para>August 24, 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Change Beyond Net hostapd page to include bootscript and configuration sections.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 48 <listitem> 39 49 <para>August 22, 2012</para> 40 50 <itemizedlist> 41 51 <listitem> 42 52 <para>[William Harrington] - Change Beyond Net Dropbear page and edit the installation of bootscripts section.</para> 53 </listitem> 54 <listitem> 55 <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para> 43 56 </listitem> 44 57 </itemizedlist> -
BOOK/prologue/common/hostreqs.xml
r659afd8 r38a917a 105 105 gawk --version | head -n1 106 106 gcc --version | head -n1 107 ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash| head -n 1 | cut -d ' ' -f 1-7107 ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7 108 108 grep --version | head -n1 109 109 gzip --version | head -n1
Note:
See TracChangeset
for help on using the changeset viewer.