- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
r7adbc2f raa2c20b 35 35 <screen os="d"><userinput>make</userinput></screen> 36 36 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; 54 cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> 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> 55 49 56 50 </sect2> … … 71 65 unicode_start, and unicode_stop</seg> 72 66 <seg>/usr/share/consolefonts, /usr/share/consoletrans, 73 /usr/share/doc/kbd-&kbd-version;,74 67 /usr/share/keymaps, /usr/share/unimaps</seg> 75 68 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.