Changeset 6bb43b3 for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 1:26:16 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cedcdaa
- Parents:
- e47ec16
- Location:
- BOOK/final-system
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
re47ec16 r6bb43b3 47 47 <screen os="d"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 48 48 49 <para os="e">Bash also has issueswhen compiled against newer versions of Glibc.49 <para os="e">Bash also has an issue when compiled against newer versions of Glibc. 50 50 The following patch resolves this problem:</para> 51 51 -
BOOK/final-system/common/inetutils.xml
re47ec16 r6bb43b3 41 41 <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> 42 42 43 <para os="p3">Th e following patchesaddresses build issues with GCC 4.x:</para>43 <para os="p3">This patch addresses build issues with GCC 4.x:</para> 44 44 45 45 <screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen> -
BOOK/final-system/common/readline.xml
re47ec16 r6bb43b3 66 66 <screen os="i"><userinput>make install</userinput></screen> 67 67 68 <para os="j">Give Readline's dynamic libraries to amore appropriate68 <para os="j">Give Readline's dynamic libraries more appropriate 69 69 permissions:</para> 70 70 -
BOOK/final-system/multilib/findutils.xml
re47ec16 r6bb43b3 29 29 --libexecdir=/usr/lib64/locate --localstatedir=/var/lib64/locate</userinput></screen> 30 30 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 href="../common/findutils.xml" 33 xpointer="xpointer(//*[@os='c'])"/> 31 <variablelist os="c"> 32 <title>The meaning of the configure options:</title> 33 34 <varlistentry> 35 <term><parameter>--localstatedir</parameter></term> 36 <listitem> 37 <para>This option changes the location of the <command>locate</command> 38 database to be in <filename class="directory">/var/lib64/locate</filename>, 39 which is FHS-compliant.</para> 40 </listitem> 41 </varlistentry> 42 43 </variablelist> 34 44 35 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/glibc-64bit.xml
re47ec16 r6bb43b3 150 150 class="directory">/usr/lib</filename> for dynamic libraries that are 151 151 needed by programs as they are run. However, if there are libraries in 152 directories other than <filename class="directory">/lib</filename> and 153 <filename class="directory">/usr/lib</filename>, these need to be 152 directories other than <filename class="directory">/lib</filename>, 153 <filename class="directory">/lib64</filename>, 154 <filename class="directory">/usr/lib</filename>, and 155 <filename class="directory">/usr/lib64</filename>, these need to be 154 156 added to the <filename>/etc/ld.so.conf</filename> file in order 155 157 for the dynamic loader to find them. Some directories that are commonly -
BOOK/final-system/x86_64-64/grub.xml
re47ec16 r6bb43b3 64 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../x86 /grub.xml"66 href="../x86_64/grub.xml" 67 67 xpointer="xpointer(//*[@os='i'])"/> 68 68 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../x86 /grub.xml"70 href="../x86_64/grub.xml" 71 71 xpointer="xpointer(//*[@os='j'])"/> 72 72 -
BOOK/final-system/x86_64/grub.xml
re47ec16 r6bb43b3 51 51 cp /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen> 52 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../x86/grub.xml" 55 xpointer="xpointer(//*[@os='i'])"/> 53 <para os="i">Replace <filename class="directory">x86_64-pc</filename> with whatever 54 directory is appropriate for the hardware in use.</para> 56 55 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../x86/grub.xml" 59 xpointer="xpointer(//*[@os='j'])"/> 56 <para os="j">The <filename class="directory">x86_64-pc</filename> directory 57 contains a number of <filename>*stage1_5</filename> files, different 58 ones for different file systems. Review the files available and copy 59 the appropriate ones to the <filename 60 class="directory">/boot/grub</filename> directory. Most users will 61 copy the <filename>e2fs_stage1_5</filename> and/or 62 <filename>reiserfs_stage1_5</filename> files.</para> 60 63 61 64 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.