Changeset daaa0941


Ignore:
Timestamp:
01/26/2004 10:23:57 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
69276a94
Parents:
17476c5
Message:

Making references to the Wiki and Richard's References page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/contactinfo.xml

    r17476c5 rdaaa0941  
    1919
    2020<para>Several members of the LFS community offer assistance on our community
    21 IRC server. Before you utilize this mode of support, we ask that you've
    22 at least checked the LFS FAQ and the mailing list archives for the answer to
    23 your question.  You can find the IRC server at
    24 <emphasis>irc.linuxfromscratch.org</emphasis> port 6667.  The support channel
    25 is named #LFS-support.</para>
     21IRC (Internet Relay Chat) server. Before you utilize this mode of support, we
     22ask that you've at least checked the LFS FAQ (see above) and the mailing list
     23archives (see below) for the answer to your question. You can find the IRC
     24server at <emphasis>irc.linuxfromscratch.org</emphasis> port 6667. The
     25support channel is named #LFS-support.</para>
    2626
    2727</sect2>
     
    4747<para>All the mailing lists hosted at <emphasis>linuxfromscratch.org</emphasis>
    4848are also accessible via the NNTP server. All messages posted to a mailing list
    49 will be copied to the correspondent newsgroup, and vice versa.</para>
     49are copied to the correspondent newsgroup, and vice versa.</para>
    5050
    5151<para>The news server can be reached at
    5252<emphasis>news.linuxfromscratch.org</emphasis>.</para>
     53
     54</sect2>
     55
     56
     57<sect2 id="ch01-wiki">
     58<title>Wiki</title>
     59
     60<para>For more information on a package, updated versions, tweaks, personal
     61experiences, and so on, see the LFS Wiki at <ulink url="&wiki-root;"/>. You
     62can add information there yourself too, to help others.</para>
     63
     64</sect2>
     65
     66
     67<sect2 id="ch01-references">
     68<title>References</title>
     69
     70<para>If you need still more detailed information on the packages,
     71you will find useful pointers on this page:
     72<ulink url="http://www.109bean.org.uk/LFS-references.html"/>.</para>
    5373
    5474</sect2>
  • chapter02/askforhelp.xml

    r17476c5 rdaaa0941  
    9696of the package, we may encourage you to run. Sometimes packages will
    9797generate false or expected failures. If you encounter these, you can check
    98 the LFS Wiki page at <ulink url="http://wiki.linuxfromscratch.org/"/> to see
    99 whether we have already investigated and noted them. If we already know
     98the LFS Wiki page at <ulink url="&wiki-root;"/> to see whether we have
     99already noted and investigated them. If we already know
    100100about them, then usually there is no need to be concerned.</para>
    101101
  • chapter05/gcc-pass2.xml

    r17476c5 rdaaa0941  
    3030
    3131<para>Your host distribution is not set up for proper PTY operation. In this
    32 case there is no point in running the test suites for GCC and Binutils until you
    33 are able to resolve the issue. You can consult the LFS Wiki at
    34 <ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to
    35 get PTYs working.</para>
     32case there is no point in running the test suites for GCC and Binutils until
     33you are able to resolve the issue. You can consult the LFS Wiki at
     34<ulink url="&wiki-root;"/> for more information on how to get PTYs
     35working.</para>
    3636
    3737<para>This time we will build both the C and the C++ compilers, so you'll have
  • chapter05/tcl.xml

    r17476c5 rdaaa0941  
    5252</itemizedlist>
    5353
    54 <para>Sometimes, package test suites will give false failures.  You can
    55 consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org/"/>
    56 to verify that these failures are normal.  This applies to all tests
    57 throughout the book.</para>
     54<para>Sometimes package test suites will give false failures. You can
     55consult the LFS Wiki at <ulink url="&wiki-root;"/> to verify that these
     56failures are normal. This applies to all tests throughout the book.</para>
    5857
    5958<para>Install the package:</para>
  • index.xml

    r17476c5 rdaaa0941  
    1616<!ENTITY blfs-root "http://www.linuxfromscratch.org/blfs/">
    1717<!ENTITY patches-root "http://www.linuxfromscratch.org/patches/lfs/cvs/">
     18<!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
    1819<!ENTITY tldp-root "http://www.tldp.org/">
    1920
Note: See TracChangeset for help on using the changeset viewer.