PDF fixes in chapter07

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-04-12 20:06:05 +00:00
parent 0b5096ca63
commit 19d6aeccc7
6 changed files with 17 additions and 5 deletions

View File

@ -65,6 +65,8 @@ keymaps):</para>
<screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen> <screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>
<beginpage/>
<para>If the keycode 14 is Backspace instead of Delete, create the <para>If the keycode 14 is Backspace instead of Delete, create the
following keymap snippet to fix this issue:</para> following keymap snippet to fix this issue:</para>

View File

@ -14,9 +14,10 @@ hardware-dependent information.</para>
<para>System-V style init scripts are employed in this book because they are <para>System-V style init scripts are employed in this book because they are
widely used. For additional options, a hint detailing the BSD style widely used. For additional options, a hint detailing the BSD style
init setup is available at init setup is available at <ulink
<ulink url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"><phrase
url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>. condition="pdf">http://www.linuxfromscratch.org/hints/
downloads/files/bsd-init.txt</phrase></ulink>.
Searching the LFS mailing lists for <quote>depinit</quote> will also offer Searching the LFS mailing lists for <quote>depinit</quote> will also offer
additional choices.</para> additional choices.</para>

View File

@ -66,7 +66,8 @@ network script and not brought up.</para>
<para>The <envar>SERVICE</envar> variable defines the method of <para>The <envar>SERVICE</envar> variable defines the method of
obtaining the IP address. The LFS bootscripts have a modular IP obtaining the IP address. The LFS bootscripts have a modular IP
assignment format, and creating additional files in the <filename assignment format, and creating additional files in the <filename
class="directory">/etc/sysconfig/network-devices/services</filename> class="directory" condition="html">/etc/sysconfig/network-devices/services</filename>
<filename class="directory" condition="pdf">/etc/sysconfig/network- devices/services</filename>
directory allows other IP assignment methods. This is commonly used directory allows other IP assignment methods. This is commonly used
for Dynamic Host Configuration Protocol (DHCP), which is addressed in the BLFS book.</para> for Dynamic Host Configuration Protocol (DHCP), which is addressed in the BLFS book.</para>
@ -83,6 +84,8 @@ Prefixes longer than 24 bits are commonly used by DSL- and cable-based
Internet Service Providers (ISPs). In this example (PREFIX=24), the netmask Internet Service Providers (ISPs). In this example (PREFIX=24), the netmask
is 255.255.255.0. Adjust according to the specific subnet.</para> is 255.255.255.0. Adjust according to the specific subnet.</para>
<beginpage/>
</sect2> </sect2>
<sect2 id="resolv.conf"> <sect2 id="resolv.conf">

View File

@ -73,6 +73,8 @@ the following command:</para>
<screen><userinput>locale -a</userinput></screen> <screen><userinput>locale -a</userinput></screen>
<beginpage/>
<para>Once the proper locale settings have been determined, create the <para>Once the proper locale settings have been determined, create the
<filename>/etc/profile</filename> file:</para> <filename>/etc/profile</filename> file:</para>

View File

@ -50,7 +50,9 @@ UTC=1
EOF</userinput></screen> EOF</userinput></screen>
<para>A good hint explaining how to deal with time on LFS is available <para>A good hint explaining how to deal with time on LFS is available
at <ulink url="&hints-root;time.txt"/>. It explains issues such as at <ulink url="&hints-root;time.txt"><phrase
condition="pdf">http://www.linuxfromscratch.org/
hints/downloads/files/time.txt</phrase></ulink>. It explains issues such as
time zones, UTC, and the <envar>TZ</envar> environment variable.</para> time zones, UTC, and the <envar>TZ</envar> environment variable.</para>
</sect1> </sect1>

View File

@ -190,6 +190,8 @@ manually create the devices. Consult the
or the documentation for that driver to find the proper major/minor or the documentation for that driver to find the proper major/minor
numbers.</para> numbers.</para>
<beginpage/>
<para>2) A non-hardware device is required. This is most common with <para>2) A non-hardware device is required. This is most common with
the Advanced Linux Sound Architecture (ALSA) project's Open Sound the Advanced Linux Sound Architecture (ALSA) project's Open Sound
System (OSS) compatibility module. These types of devices can be System (OSS) compatibility module. These types of devices can be