Changeset 583f283 in clfs-sysroot
- Timestamp:
- Jul 23, 2006, 12:49:50 PM (18 years ago)
- Branches:
- master
- Children:
- 6af3b5c
- Parents:
- a0e360d
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm/kbd.xml
ra0e360d r583f283 46 46 <screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen> 47 47 48 <variablelist os="c"> 49 <title>The meaning of the configure options:</title> 50 51 <varlistentry> 52 <term><parameter>--datadir</parameter></term> 53 <listitem> 54 <para>This option places the Kbd data and keymap files into /lib/kbd, 55 as they are used by some of the scripts in the CLFS-Bootscripts 56 package and must be on the root partition.</para> 57 </listitem> 58 </varlistentry> 59 60 </variablelist> 61 48 62 <para os="s5">Configure detects the architecture of the host system. The 49 63 following sed changes this value to your target architecture.</para> … … 52 66 sed "/^ARCH/s/=.*/=arm/" make_include.orig > make_include</userinput></screen> 53 67 54 <para os=" c">Compile the package:</para>55 56 <screen os=" d"><userinput>make CC="${CC}"</userinput></screen>57 58 <para os=" e">Install the package:</para>59 60 <screen os=" f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>61 62 <para os=" g">Some of the Programs from Kbd are used by some of the scripts68 <para os="d">Compile the package:</para> 69 70 <screen os="e"><userinput>make CC="${CC}"</userinput></screen> 71 72 <para os="f">Install the package:</para> 73 74 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 75 76 <para os="h">Some of the Programs from Kbd are used by some of the scripts 63 77 in the CLFS-Bootscripts package. As <filename 64 78 class="directory">/usr</filename> may not be available during the early 65 79 stages of booting, those binaries need to be on the root partition:</para> 66 80 67 <screen os=" h"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont} ${CLFS}/bin</userinput></screen>81 <screen os="i"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont} ${CLFS}/bin</userinput></screen> 68 82 69 83 </sect2> -
BOOK/final-system/x86/kbd.xml
ra0e360d r583f283 56 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 57 href="../arm/kbd.xml" 58 xpointer="xpointer(//*[@os='c'])"/> 59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="../arm/kbd.xml" 58 62 xpointer="xpointer(//*[@os='s5'])"/> 59 63 60 64 <screen os="s6"><userinput>cp make_include{,.orig} 61 65 sed "/^ARCH/s/=.*/=i386/" make_include.orig > make_include</userinput></screen> 62 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"64 href="../arm/kbd.xml"65 xpointer="xpointer(//*[@os='c'])"/>66 66 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 85 85 xpointer="xpointer(//*[@os='h'])"/> 86 86 87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 88 href="../arm/kbd.xml" 89 xpointer="xpointer(//*[@os='i'])"/> 90 87 91 </sect2> 88 92
Note:
See TracChangeset
for help on using the changeset viewer.