Changeset 583f283 in clfs-sysroot


Ignore:
Timestamp:
Jul 23, 2006, 12:49:50 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
6af3b5c
Parents:
a0e360d
Message:

Added an explanation for the datadir parameter in kbd instructions.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm/kbd.xml

    ra0e360d r583f283  
    4646<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
    4747
     48    <variablelist os="c">
     49      <title>The meaning of the configure options:</title>
     50
     51      <varlistentry>
     52        <term><parameter>--datadir</parameter></term>
     53        <listitem>
     54          <para>This option places the Kbd data and keymap files into /lib/kbd,
     55          as they are used by some of the scripts in the CLFS-Bootscripts
     56          package and must be on the root partition.</para>
     57        </listitem>
     58      </varlistentry>
     59
     60    </variablelist>
     61
    4862    <para os="s5">Configure detects the architecture of the host system. The
    4963    following sed changes this value to your target architecture.</para>
     
    5266sed "/^ARCH/s/=.*/=arm/" make_include.orig &gt; make_include</userinput></screen>
    5367
    54     <para os="c">Compile the package:</para>
    55 
    56 <screen os="d"><userinput>make CC="${CC}"</userinput></screen>
    57 
    58     <para os="e">Install the package:</para>
    59 
    60 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    61 
    62     <para os="g">Some of the Programs from Kbd are used by some of the scripts
     68    <para os="d">Compile the package:</para>
     69
     70<screen os="e"><userinput>make CC="${CC}"</userinput></screen>
     71
     72    <para os="f">Install the package:</para>
     73
     74<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     75
     76    <para os="h">Some of the Programs from Kbd are used by some of the scripts
    6377    in the CLFS-Bootscripts package. As <filename
    6478    class="directory">/usr</filename> may not be available during the early
    6579    stages of booting, those binaries need to be on the root partition:</para>
    6680
    67 <screen os="h"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont} ${CLFS}/bin</userinput></screen>
     81<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont} ${CLFS}/bin</userinput></screen>
    6882
    6983  </sect2>
  • BOOK/final-system/x86/kbd.xml

    ra0e360d r583f283  
    5656    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5757    href="../arm/kbd.xml"
     58    xpointer="xpointer(//*[@os='c'])"/>
     59
     60    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     61    href="../arm/kbd.xml"
    5862    xpointer="xpointer(//*[@os='s5'])"/>
    5963
    6064<screen os="s6"><userinput>cp make_include{,.orig}
    6165sed "/^ARCH/s/=.*/=i386/" make_include.orig &gt; make_include</userinput></screen>
    62 
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64     href="../arm/kbd.xml"
    65     xpointer="xpointer(//*[@os='c'])"/>
    6666
    6767    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8585    xpointer="xpointer(//*[@os='h'])"/>
    8686
     87    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     88    href="../arm/kbd.xml"
     89    xpointer="xpointer(//*[@os='i'])"/>
     90
    8791  </sect2>
    8892
Note: See TracChangeset for help on using the changeset viewer.