Changeset 38a917a in clfs-embedded for BOOK/beyond-net/common


Ignore:
Timestamp:
Aug 24, 2012, 10:33:04 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master
Children:
ec8de0a
Parents:
659afd8
Message:

Change Beyond Net hostapd page to include bootscript and configuration sections.

File:
1 edited

Legend:

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

    r659afd8 r38a917a  
    6060<screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/usr/sbin</userinput></screen>
    6161
    62     <para os="g">Install the bootscripts from the clfs-bootscripts package:</para>
     62  </sect2>
    6363
    64 <screen os="h"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen>
     64  <sect2 role="bootscripts">
     65   <title>Installation of hostapd Bootscripts</title>
    6566
    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
    6777    encrypted host access point with the name dummy and password foobar123 on
    6878    channel 4:</para>
    6979
    70 <screen os="j"><userinput>cat &gt; ${CLFS}/etc/hostapd.conf &lt;&lt; EOF
     80<screen os="k"><userinput>cat &gt; ${CLFS}/etc/hostapd.conf &lt;&lt; EOF
    7181<literal># Sample hostapd.conf
    7282# See hostapd/hostapd.conf in your hostap source tree for a more detailed version
Note: See TracChangeset for help on using the changeset viewer.