mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:37:46 +08:00
Fix references to the lfs book (chapter numbering changes)
Not sure I have all ot them...* git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23591 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
170e308381
commit
f0dc9578a4
@ -163,8 +163,8 @@
|
||||
test results with those found at <ulink
|
||||
url="http://gcc.gnu.org/ml/gcc-testresults/"/>. You may also want to
|
||||
refer to the information found in the <application>GCC</application>
|
||||
section of Chapter 6 in the LFS book (<ulink
|
||||
url="&lfs-root;/chapter06/gcc.html"/>).
|
||||
section of Chapter 8 in the LFS book (<ulink
|
||||
url="&lfs-root;/chapter08/gcc.html"/>).
|
||||
</para>
|
||||
</important>
|
||||
|
||||
@ -342,7 +342,7 @@ ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /us
|
||||
<para>
|
||||
Some program and library names and descriptions are not listed here,
|
||||
but can be found at
|
||||
<ulink url="&lfs-root;/chapter06/gcc.html#contents-gcc"/> as they were
|
||||
<ulink url="&lfs-root;/chapter08/gcc.html#contents-gcc"/> as they were
|
||||
initially installed during the building of LFS.
|
||||
</para>
|
||||
|
||||
|
@ -688,7 +688,7 @@ kill $DBUS_SESSION_BUS_PID</literal></userinput></screen>
|
||||
<para>
|
||||
A list of the installed files, along with their short
|
||||
descriptions can be found at
|
||||
<ulink url="&lfs-rootd;/chapter06/dbus.html#contents-dbus"/>.
|
||||
<ulink url="&lfs-rootd;/chapter08/dbus.html#contents-dbus"/>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -99,11 +99,11 @@
|
||||
|
||||
<para>
|
||||
The configuration for this package was done in <phrase revision="sysv">
|
||||
<ulink url="&lfs-website;/lfs/view/stable/chapter09/theend.html">LFS</ulink>.</phrase>
|
||||
<ulink url="&lfs-website;/lfs/view/stable/chapter11/theend.html">LFS</ulink>.</phrase>
|
||||
<phrase revision="systemd">
|
||||
<ulink url="&lfs-website;/lfs/view/systemd/chapter09/theend.html">LFS</ulink>
|
||||
<ulink url="&lfs-website;/lfs/view/systemd/chapter11/theend.html">LFS</ulink>
|
||||
and
|
||||
<ulink url="&lfs-website;/lfs/view/systemd/chapter06/systemd.html">Systemd</ulink>.</phrase>
|
||||
<ulink url="&lfs-website;/lfs/view/systemd/chapter08/systemd.html">Systemd</ulink>.</phrase>
|
||||
The file <filename>/etc/lsb-release</filename> should already exist.
|
||||
Be sure that the DISTRIB_CODENAME entry has been set properly.
|
||||
</para>
|
||||
|
@ -370,7 +370,7 @@ systemctl start multi-user.target</userinput></screen>-->
|
||||
<para>
|
||||
A list of the installed files, along with their short
|
||||
descriptions can be found at
|
||||
<ulink url="&lfs-root;/chapter06/systemd.html#contents-systemd"/>.
|
||||
<ulink url="&lfs-root;/chapter08/systemd.html#contents-systemd"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -27,7 +27,7 @@
|
||||
scripts that are used throughout the book. It is assumed that you will be
|
||||
using the BLFS Bootscripts package in conjunction with a compatible
|
||||
LFS-Bootscripts package. Refer to
|
||||
<ulink url="&lfs-root;/chapter07/bootscripts.html"/> for more
|
||||
<ulink url="&lfs-root;/chapter09/bootscripts.html"/> for more
|
||||
information on the LFS-Bootscripts package.</para>
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
|
@ -256,7 +256,7 @@
|
||||
|
||||
<para>LFS expects that manual pages are in the language-specific (usually
|
||||
8-bit) encoding, as specified on the <ulink
|
||||
url="&lfs-root;/chapter06/man-db.html">LFS Man DB page</ulink>. However,
|
||||
url="&lfs-root;/chapter08/man-db.html">LFS Man DB page</ulink>. However,
|
||||
some packages install translated manual pages in UTF-8 encoding (e.g.,
|
||||
Shadow, already dealt with), or manual pages in languages not in the table.
|
||||
Not all BLFS packages have been audited for conformance with the
|
||||
|
@ -553,7 +553,7 @@ EOF</userinput></screen>
|
||||
|
||||
<para revision="systemd">
|
||||
To assign a network address to your wireless interface, consult the
|
||||
<ulink url="&lfs-root;/chapter07/network.html">General Network Configuration</ulink>
|
||||
<ulink url="&lfs-root;/chapter09/network.html">General Network Configuration</ulink>
|
||||
page in LFS.
|
||||
</para>
|
||||
|
||||
|
@ -83,8 +83,8 @@
|
||||
<para>
|
||||
The instructions for using GRUB2 to make a custom rescue CD-ROM are
|
||||
also available in <ulink
|
||||
url='http://www.&lfs-domainname;/lfs/view/stable/chapter08/grub.html'>LFS
|
||||
Chapter 8</ulink>.
|
||||
url='http://www.&lfs-domainname;/lfs/view/stable/chapter10/grub.html'>LFS
|
||||
Chapter 10</ulink>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -51,11 +51,11 @@
|
||||
To try this, you can reboot and edit grub's command-line to insert a
|
||||
'video=' parameter between the 'root=/dev/sdXn' and 'ro', for example
|
||||
<literal>root=/dev/sda2 video=1024x768 ro</literal> based on the
|
||||
example in LFS section 8.4.4 :
|
||||
example in LFS section 10.4.4 :
|
||||
<phrase revision="sysv">
|
||||
<ulink url="&lfs-root;/chapter08/grub.html"/></phrase>
|
||||
<ulink url="&lfs-root;/chapter10/grub.html"/></phrase>
|
||||
<phrase revision="systemd">
|
||||
<ulink url="&lfs-rootd;/chapter08/grub.html"/></phrase>.
|
||||
<ulink url="&lfs-rootd;/chapter10/grub.html"/></phrase>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -155,12 +155,12 @@
|
||||
<systemitem class="username">root</systemitem> user) edit
|
||||
<phrase revision="sysv">
|
||||
<filename>/etc/sysconfig/console</filename> as described in
|
||||
LFS section 7.6.5
|
||||
<ulink url="&lfs-root;/chapter07/usage.html"/>.</phrase>
|
||||
LFS section 9.6.5
|
||||
<ulink url="&lfs-root;/chapter09/usage.html"/>.</phrase>
|
||||
<phrase revision="systemd">
|
||||
<filename>/etc/vconsole.conf</filename> as described in
|
||||
LFS section 7.6
|
||||
<ulink url="&lfs-rootd;/chapter07/console.html"/>.</phrase>.
|
||||
LFS section 9.6
|
||||
<ulink url="&lfs-rootd;/chapter09/console.html"/>.</phrase>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -427,7 +427,7 @@ EOF</userinput></screen>
|
||||
This script sets an environment variable necessary for
|
||||
native language support. A full discussion on determining this
|
||||
variable can be found on the <ulink
|
||||
url="&lfs-root;/chapter07/profile.html">LFS Bash Shell
|
||||
url="&lfs-root;/chapter09/profile.html">LFS Bash Shell
|
||||
Startup Files</ulink> page.
|
||||
</para>
|
||||
|
||||
|
@ -363,7 +363,7 @@ EOF</userinput></screen>
|
||||
<para>
|
||||
A list of the reinstalled files, along with their short
|
||||
descriptions can be found in the <ulink
|
||||
url="&lfs-root;/chapter06/vim.html#contents-vim">LFS Vim Installation
|
||||
url="&lfs-root;/chapter08/vim.html#contents-vim">LFS Vim Installation
|
||||
Instructions</ulink>
|
||||
</para>
|
||||
|
||||
|
@ -557,9 +557,9 @@ done</userinput></screen>
|
||||
A list of the installed files, along with their short descriptions can be
|
||||
found at
|
||||
<phrase revision="sysv">
|
||||
<ulink url="&lfs-root;/chapter06/shadow.html#contents-shadow"/></phrase>
|
||||
<ulink url="&lfs-root;/chapter08/shadow.html#contents-shadow"/></phrase>
|
||||
<phrase revision="systemd">
|
||||
<ulink url="&lfs-rootd;/chapter06/shadow.html#contents-shadow"/></phrase>.
|
||||
<ulink url="&lfs-rootd;/chapter08/shadow.html#contents-shadow"/></phrase>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user