Changeset f32f537 for final-system


Ignore:
Timestamp:
Feb 21, 2006, 1:26:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4a9cdca
Parents:
360c931
Message:

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


Location:
final-system
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/bash.xml

    r360c931 rf32f537  
    4747<screen os="d"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4848
    49     <para os="e">Bash also has issues when compiled against newer versions of Glibc.
     49    <para os="e">Bash also has an issue when compiled against newer versions of Glibc.
    5050    The following patch resolves this problem:</para>
    5151
  • final-system/common/inetutils.xml

    r360c931 rf32f537  
    4141<screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    4242
    43     <para os="p3">The following patches addresses build issues with GCC 4.x:</para>
     43    <para os="p3">This patch addresses build issues with GCC 4.x:</para>
    4444
    4545<screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
  • final-system/common/readline.xml

    r360c931 rf32f537  
    6666<screen os="i"><userinput>make install</userinput></screen>
    6767
    68     <para os="j">Give Readline's dynamic libraries to a more appropriate
     68    <para os="j">Give Readline's dynamic libraries more appropriate
    6969    permissions:</para>
    7070
  • final-system/multilib/findutils.xml

    r360c931 rf32f537  
    2929    --libexecdir=/usr/lib64/locate --localstatedir=/var/lib64/locate</userinput></screen>
    3030
    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>
    3444
    3545    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/multilib/glibc-64bit.xml

    r360c931 rf32f537  
    150150    class="directory">/usr/lib</filename> for dynamic libraries that are
    151151    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
    154156    added to the <filename>/etc/ld.so.conf</filename> file in order
    155157    for the dynamic loader to find them. Some directories that are commonly
  • final-system/x86_64-64/grub.xml

    r360c931 rf32f537  
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../x86/grub.xml"
     66    href="../x86_64/grub.xml"
    6767    xpointer="xpointer(//*[@os='i'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="../x86/grub.xml"
     70    href="../x86_64/grub.xml"
    7171    xpointer="xpointer(//*[@os='j'])"/>
    7272
  • final-system/x86_64/grub.xml

    r360c931 rf32f537  
    5151cp /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen>
    5252
    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>
    5655
    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>
    6063
    6164  </sect2>
Note: See TracChangeset for help on using the changeset viewer.