Ignore:
File:
1 edited

Legend:

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

    raa2c20b r7adbc2f  
    3535<screen os="d"><userinput>make</userinput></screen>
    3636
    37     <para os="e">This package does not come with a test suite.</para>
    38 
    39     <para os="f">Install the package:</para>
    40 
    41 <screen os="g"><userinput>make install</userinput></screen>
    42 
    43     <para os="h">Some of the programs from Kbd are used by scripts
    44     in the CLFS-Bootscripts package. As <filename
    45     class="directory">/usr</filename> may not be available during the early
    46     stages of booting, those binaries need to be on the root partition:</para>
    47 
    48 <screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,dumpkeys,loadkeys,openvt,setfont,setvtrgb} /bin</userinput></screen>
     37    <para os="e">To test the results, issue:</para>
     38
     39<screen os="f"><userinput remap="test">make check</userinput></screen>
     40
     41    <para os="g">Install the package:</para>
     42
     43<screen os="h"><userinput>make install</userinput></screen>
     44
     45    <para os="i">Some of the programs from Kbd are used by systemd to
     46    initialize the system, those binaries need to be on the root
     47    partition:</para>
     48
     49<screen os="j"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen>
     50
     51    <para os="k">Install the documentation:</para>
     52
     53<screen os="l"><userinput>mkdir -v /usr/share/doc/kbd-&kbd-version;
     54cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
    4955
    5056  </sect2>
     
    6571        unicode_start, and unicode_stop</seg>
    6672        <seg>/usr/share/consolefonts, /usr/share/consoletrans,
     73        /usr/share/doc/kbd-&kbd-version;,
    6774        /usr/share/keymaps, /usr/share/unimaps</seg>
    6875      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.