Changeset 1a5985d


Ignore:
Timestamp:
Jan 6, 2009, 12:45:51 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ff84b5f1
Parents:
1ab60d4
Message:

Modified build of KBD to make utf-8 friendly

Location:
BOOK
Files:
3 edited

Legend:

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

    r1ab60d4 r1a5985d  
    2828    <para os="a">Prepare Kbd for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>
    31 
    32     <variablelist os="c">
    33       <title>The meaning of the configure options:</title>
    34 
    35       <varlistentry>
    36         <term><parameter>--datadir</parameter></term>
    37         <listitem>
    38           <para>This option places the Kbd data and keymap files into /lib/kbd,
    39           as they are used by some of the scripts in the CLFS-Bootscripts
    40           package and must be on the root partition.</para>
    41         </listitem>
    42       </varlistentry>
    43 
    44     </variablelist>
    45 
    46     <para os="d">Compile the package:</para>
    47 
    48 <screen os="e"><userinput>make</userinput></screen>
    49 
    50     <para os="f">This package does not come with a test suite.</para>
    51 
    52     <para os="g">Install the package:</para>
    53 
    54 <screen os="h"><userinput>make install</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     31
     32    <para os="c">Compile the package:</para>
     33
     34<screen os="d"><userinput>make</userinput></screen>
     35
     36    <para os="e">This package does not come with a test suite.</para>
     37
     38    <para os="f">Install the package:</para>
     39
     40<screen os="g"><userinput>make install</userinput></screen>
    5541
    5642    <para os="i">Some of the programs from Kbd are used by scripts
     
    5945    stages of booting, those binaries need to be on the root partition:</para>
    6046
    61 <screen os="j"><userinput>mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
     47<screen os="h"><userinput>mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
    6248
    6349  </sect2>
  • BOOK/final-system/multilib/kbd.xml

    r1ab60d4 r1a5985d  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    29     --datadir=/lib64/kbd</userinput></screen>
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
    3029
    31     <variablelist os="c">
    32       <title>The meaning of the configure options:</title>
     30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     31    href="../common/kbd.xml"
     32    xpointer="xpointer(//*[@os='c'])"/>
    3333
    34       <varlistentry>
    35         <term><parameter>--datadir</parameter></term>
    36         <listitem>
    37           <para>This option places the Kbd data and keymap files into
    38           /lib64/kbd, as they are used by some of the scripts in the
    39           CLFS-Bootscripts package and must be on the root partition.</para>
    40         </listitem>
    41       </varlistentry>
    42 
    43     </variablelist>
     34<screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
    4435
    4536    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4738    xpointer="xpointer(//*[@os='d'])"/>
    4839
    49 <screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/kbd.xml"
     42    xpointer="xpointer(//*[@os='e'])"/>
    5043
    5144    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6154    xpointer="xpointer(//*[@os='h'])"/>
    6255
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64     href="../common/kbd.xml"
    65     xpointer="xpointer(//*[@os='i'])"/>
    66 
    67     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    68     href="../common/kbd.xml"
    69     xpointer="xpointer(//*[@os='j'])"/>
    70 
    7156  </sect2>
    7257
  • BOOK/introduction/common/changelog.xml

    r1ab60d4 r1a5985d  
    4242        <listitem>
    4343          <para>[Jim] - Corrected Build Issue with Groff 1.20.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[Jim] - Modified build of KBD to make utf-8 friendly.</para>
    4447        </listitem>
    4548      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.