- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
rf7e91f6 r66a06a6 26 26 <title>Installation of Kbd</title> 27 27 28 <para os="p1">Apply the following patch to fix a typo in es.po:</para> 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&kbd-espo-patch;</userinput></screen> 31 28 32 <para os="a">Prepare Kbd for compilation:</para> 29 33 … … 40 44 <screen os="g"><userinput>make install</userinput></screen> 41 45 42 <para os="h">Some of the programs from Kbd are used by systemd to 43 initialize the system, those binaries need to be on the root 44 partition:</para> 45 46 <screen os="i"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen> 46 <para os="h">Some of the programs from Kbd are used by scripts 47 in the CLFS-Bootscripts package. As <filename 48 class="directory">/usr</filename> may not be available during the early 49 stages of booting, those binaries need to be on the root partition:</para> 50 51 <screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,dumpkeys,loadkeys,openvt,setfont, setvtrgb} /bin</userinput></screen> 47 52 48 53 </sect2> … … 56 61 57 62 <seglistitem> 58 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd _mode,59 kbd rate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable63 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo, 64 kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable 60 65 (link to psfxtable), psfgettable (link to psfxtable), psfstriptable 61 66 (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes, 62 setleds, setmetamode, s howconsolefont, showkey, unicode_start, and63 unicode_st op</seg>67 setleds, setmetamode, setvtrgb, showconsolefont, showkey, 68 unicode_start, and unicode_stop</seg> 64 69 <seg>/usr/share/consolefonts, /usr/share/consoletrans, 65 70 /usr/share/keymaps, /usr/share/unimaps</seg> … … 118 123 <indexterm zone="ch-system-kbd getkeycodes"> 119 124 <primary sortas="b-getkeycodes">getkeycodes</primary> 125 </indexterm> 126 </listitem> 127 </varlistentry> 128 129 <varlistentry id="kbdinfo"> 130 <term><command>kbdinfo</command></term> 131 <listitem> 132 <para>Obtains information about the console</para> 133 <indexterm zone="ch-system-kbd kbdinfo"> 134 <primary sortas="b-kbdinfo">kbdinfo</primary> 120 135 </indexterm> 121 136 </listitem> … … 276 291 </varlistentry> 277 292 293 <varlistentry id="setvtrgb"> 294 <term><command>setvtrgb</command></term> 295 <listitem> 296 <para>Sets the virtal terminal RGB colors</para> 297 <indexterm zone="ch-system-kbd setvtrgb"> 298 <primary sortas="b-setvtrgb">setvtrgb</primary> 299 </indexterm> 300 </listitem> 301 </varlistentry> 302 278 303 <varlistentry id="showconsolefont"> 279 304 <term><command>showconsolefont</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.