- Timestamp:
- Jul 23, 2006, 9:20:59 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d8703f4
- Parents:
- f650eb9
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
rf650eb9 rf343234 34 34 <screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen> 35 35 36 <para os="c">Compile the package:</para> 37 38 <screen os="d"><userinput>make</userinput></screen> 39 40 <para os="e">This package does not come with a test suite.</para> 41 42 <para os="f">Install the package:</para> 43 44 <screen os="g"><userinput>make install</userinput></screen> 45 46 <para os="h">Some of the Programs from Kbd are used by some of the scripts 36 <variablelist os="c"> 37 <title>The meaning of the configure options:</title> 38 39 <varlistentry> 40 <term><parameter>--datadir</parameter></term> 41 <listitem> 42 <para>This option places the Kbd data and keymap files into /lib/kbd, 43 as they are used by some of the scripts in the CLFS-Bootscripts 44 package and must be on the root partition.</para> 45 </listitem> 46 </varlistentry> 47 48 </variablelist> 49 50 <para os="d">Compile the package:</para> 51 52 <screen os="e"><userinput>make</userinput></screen> 53 54 <para os="f">This package does not come with a test suite.</para> 55 56 <para os="g">Install the package:</para> 57 58 <screen os="h"><userinput>make install</userinput></screen> 59 60 <para os="i">Some of the programs from Kbd are used by scripts 47 61 in the CLFS-Bootscripts package. As <filename 48 62 class="directory">/usr</filename> may not be available during the early 49 63 stages of booting, those binaries need to be on the root partition:</para> 50 64 51 <screen os=" i"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>65 <screen os="j"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen> 52 66 53 67 </sect2> -
BOOK/final-system/multilib/kbd.xml
rf650eb9 rf343234 40 40 xpointer="xpointer(//*[@os='c'])"/> 41 41 42 <screen os="d"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>43 44 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 43 href="../common/kbd.xml" 46 xpointer="xpointer(//*[@os='e'])"/> 44 xpointer="xpointer(//*[@os='d'])"/> 45 46 <screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 62 62 xpointer="xpointer(//*[@os='i'])"/> 63 63 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 href="../common/kbd.xml" 66 xpointer="xpointer(//*[@os='j'])"/> 67 64 68 </sect2> 65 69 -
BOOK/final-system/sparc/kbd.xml
rf650eb9 rf343234 71 71 xpointer="xpointer(//*[@os='i'])"/> 72 72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../common/kbd.xml" 75 xpointer="xpointer(//*[@os='j'])"/> 76 73 77 </sect2> 74 78 -
BOOK/final-system/sparc64/kbd.xml
rf650eb9 rf343234 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../ multilib/kbd.xml"53 href="../common/kbd.xml" 54 54 xpointer="xpointer(//*[@os='d'])"/> 55 55 56 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../ common/kbd.xml"57 href="../multilib/kbd.xml" 58 58 xpointer="xpointer(//*[@os='e'])"/> 59 59 … … 74 74 xpointer="xpointer(//*[@os='i'])"/> 75 75 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 77 href="../common/kbd.xml" 78 xpointer="xpointer(//*[@os='j'])"/> 79 76 80 </sect2> 77 81
Note:
See TracChangeset
for help on using the changeset viewer.