Changeset 05e21a5


Ignore:
Timestamp:
Jul 23, 2006, 9:20:59 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
186bf5b
Parents:
99304ea0
Message:

Added explanation for datadir parameter in kbd instructions

Location:
final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/kbd.xml

    r99304ea0 r05e21a5  
    3434<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
    3535
    36     <para os="c">Compile the package:</para>
    37 
    38 <screen os="d"><userinput>make</userinput></screen>
    39 
    40     <para os="e">This package does not come with a test suite.</para>
    41 
    42     <para os="f">Install the package:</para>
    43 
    44 <screen os="g"><userinput>make install</userinput></screen>
    45 
    46     <para os="h">Some of the Programs from Kbd are used by some of the scripts
     36    <variablelist os="c">
     37      <title>The meaning of the configure options:</title>
     38
     39      <varlistentry>
     40        <term><parameter>--datadir</parameter></term>
     41        <listitem>
     42          <para>This option places the Kbd data and keymap files into /lib/kbd,
     43          as they are used by some of the scripts in the CLFS-Bootscripts
     44          package and must be on the root partition.</para>
     45        </listitem>
     46      </varlistentry>
     47
     48    </variablelist>
     49
     50    <para os="d">Compile the package:</para>
     51
     52<screen os="e"><userinput>make</userinput></screen>
     53
     54    <para os="f">This package does not come with a test suite.</para>
     55
     56    <para os="g">Install the package:</para>
     57
     58<screen os="h"><userinput>make install</userinput></screen>
     59
     60    <para os="i">Some of the programs from Kbd are used by scripts
    4761    in the CLFS-Bootscripts package. As <filename
    4862    class="directory">/usr</filename> may not be available during the early
    4963    stages of booting, those binaries need to be on the root partition:</para>
    5064
    51 <screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
     65<screen os="j"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
    5266
    5367  </sect2>
  • final-system/multilib/kbd.xml

    r99304ea0 r05e21a5  
    4040    xpointer="xpointer(//*[@os='c'])"/>
    4141
    42 <screen os="d"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
    43 
    4442    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4543    href="../common/kbd.xml"
    46     xpointer="xpointer(//*[@os='e'])"/>
     44    xpointer="xpointer(//*[@os='d'])"/>
     45
     46<screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6262    xpointer="xpointer(//*[@os='i'])"/>
    6363
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     65    href="../common/kbd.xml"
     66    xpointer="xpointer(//*[@os='j'])"/>
     67
    6468  </sect2>
    6569
  • final-system/sparc/kbd.xml

    r99304ea0 r05e21a5  
    7171    xpointer="xpointer(//*[@os='i'])"/>
    7272
     73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     74    href="../common/kbd.xml"
     75    xpointer="xpointer(//*[@os='j'])"/>
     76
    7377  </sect2>
    7478
  • final-system/sparc64/kbd.xml

    r99304ea0 r05e21a5  
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../multilib/kbd.xml"
     53    href="../common/kbd.xml"
    5454    xpointer="xpointer(//*[@os='d'])"/>
    5555
    5656    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../common/kbd.xml"
     57    href="../multilib/kbd.xml"
    5858    xpointer="xpointer(//*[@os='e'])"/>
    5959
     
    7474    xpointer="xpointer(//*[@os='i'])"/>
    7575
     76    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     77    href="../common/kbd.xml"
     78    xpointer="xpointer(//*[@os='j'])"/>
     79
    7680  </sect2>
    7781
Note: See TracChangeset for help on using the changeset viewer.