Changeset 38a917a in clfs-embedded for BOOK


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.

Location:
BOOK
Files:
4 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
  • BOOK/general.ent

    r659afd8 r38a917a  
    33<!ENTITY month "08"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "22"> <!-- Use two digits -->
     5<!ENTITY day "24"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r659afd8 r38a917a  
    3737-->
    3838    <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>
    3949      <para>August 22, 2012</para>
    4050      <itemizedlist>
    4151        <listitem>
    4252          <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>
    4356        </listitem>
    4457      </itemizedlist>
  • BOOK/prologue/common/hostreqs.xml

    r659afd8 r38a917a  
    105105gawk --version | head -n1
    106106gcc --version | head -n1
    107 ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7
     107ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7
    108108grep --version | head -n1
    109109gzip --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.