Changeset e990cbd9
- Timestamp:
- Jul 5, 2006, 11:02:32 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:
- 0fe1203
- Parents:
- 425f616
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/findutils.xml
r425f616 re990cbd9 57 57 58 58 <screen os="h"><userinput>make install</userinput></screen> 59 60 <para os="t">Find from Findutils is used by some of the scripts 61 in the CLFS-Bootscripts package. As <filename 62 class="directory">/usr</filename> may not be available during the early 63 stages of booting, those binaries need to be on the root partition:</para> 64 65 <screen os="j"><userinput>mv -v /usr/bin/find /bin/find</userinput></screen> 59 66 60 67 </sect2> -
BOOK/final-system/common/kbd.xml
r425f616 re990cbd9 32 32 <para os="a">Prepare Kbd for compilation:</para> 33 33 34 <screen os="b"><userinput>./configure </userinput></screen>34 <screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen> 35 35 36 36 <para os="c">Compile the package:</para> … … 43 43 44 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 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,openvt,setfont} /bin</userinput></screen> 45 52 46 53 </sect2> -
BOOK/final-system/multilib/findutils.xml
r425f616 re990cbd9 62 62 href="../common/findutils.xml" 63 63 xpointer="xpointer(//*[@os='h'])"/> 64 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../common/findutils.xml" 67 xpointer="xpointer(//*[@os='i'])"/> 68 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../common/findutils.xml" 71 xpointer="xpointer(//*[@os='j'])"/> 64 72 65 73 </sect2> -
BOOK/final-system/multilib/kbd.xml
r425f616 re990cbd9 34 34 xpointer="xpointer(//*[@os='a'])"/> 35 35 36 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure </userinput></screen>36 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --datadir=/lib64/kbd</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 54 54 xpointer="xpointer(//*[@os='g'])"/> 55 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../common/kbd.xml" 58 xpointer="xpointer(//*[@os='h'])"/> 59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="../common/kbd.xml" 62 xpointer="xpointer(//*[@os='i'])"/> 63 56 64 </sect2> 57 65 -
BOOK/final-system/sparc/kbd.xml
r425f616 re990cbd9 63 63 xpointer="xpointer(//*[@os='g'])"/> 64 64 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../common/kbd.xml" 67 xpointer="xpointer(//*[@os='h'])"/> 68 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../common/kbd.xml" 71 xpointer="xpointer(//*[@os='i'])"/> 72 65 73 </sect2> 66 74 -
BOOK/final-system/sparc64/kbd.xml
r425f616 re990cbd9 66 66 xpointer="xpointer(//*[@os='g'])"/> 67 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 69 href="../common/kbd.xml" 70 xpointer="xpointer(//*[@os='h'])"/> 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../common/kbd.xml" 74 xpointer="xpointer(//*[@os='i'])"/> 75 68 76 </sect2> 69 77 -
BOOK/introduction/common/changelog.xml
r425f616 re990cbd9 38 38 39 39 <listitem> 40 <para>July 5, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Fixes a possible issue with bootscripts if the 44 the /usr partition is not mounted during startup. Moved find to /bin and 45 moved some kbd utilities to /bin.</para> 46 </listitem> 47 </itemizedlist> 48 </listitem> 49 50 <listitem> 40 51 <para>July 4, 2006</para> 41 52 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.