Changeset 1a5985d for BOOK/final-system/multilib
- Timestamp:
- Jan 6, 2009, 12:45:51 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ff84b5f1
- Parents:
- 1ab60d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/kbd.xml
r1ab60d4 r1a5985d 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 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> 30 29 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'])"/> 33 33 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> 44 35 45 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 47 38 xpointer="xpointer(//*[@os='d'])"/> 48 39 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'])"/> 50 43 51 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 61 54 xpointer="xpointer(//*[@os='h'])"/> 62 55 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 71 56 </sect2> 72 57
Note:
See TracChangeset
for help on using the changeset viewer.