diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-12 20:06:05 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-12 20:06:05 +0000 |
commit | 19d6aeccc79db272e7fbd6bc56f4f839724d596c (patch) | |
tree | d6f8818cd9a7770302a58df8c700f3b957816770 /chapter07 | |
parent | 0b5096ca63531ea29f6a434435d66390c4ae0371 (diff) |
PDF fixes in chapter07
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/console.xml | 2 | ||||
-rw-r--r-- | chapter07/introduction.xml | 7 | ||||
-rw-r--r-- | chapter07/network.xml | 5 | ||||
-rw-r--r-- | chapter07/profile.xml | 2 | ||||
-rw-r--r-- | chapter07/setclock.xml | 4 | ||||
-rw-r--r-- | chapter07/udev.xml | 2 |
6 files changed, 17 insertions, 5 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index 8e59c4bc9..099bfb9f6 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -65,6 +65,8 @@ keymaps):</para> <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 following keymap snippet to fix this issue:</para> diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index b4c8ea547..34c8cf514 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -14,9 +14,10 @@ hardware-dependent information.</para> <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 -init setup is available at -<ulink -url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>. +init setup is available at <ulink +url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"><phrase +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 additional choices.</para> diff --git a/chapter07/network.xml b/chapter07/network.xml index 304341033..0f7cfef48 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -66,7 +66,8 @@ network script and not brought up.</para> <para>The <envar>SERVICE</envar> variable defines the method of obtaining the IP address. The LFS bootscripts have a modular IP 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 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 is 255.255.255.0. Adjust according to the specific subnet.</para> +<beginpage/> + </sect2> <sect2 id="resolv.conf"> diff --git a/chapter07/profile.xml b/chapter07/profile.xml index fa1b1a232..b5f7f1686 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -73,6 +73,8 @@ the following command:</para> <screen><userinput>locale -a</userinput></screen> +<beginpage/> + <para>Once the proper locale settings have been determined, create the <filename>/etc/profile</filename> file:</para> diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index 0527fac00..17dc6778c 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -50,7 +50,9 @@ UTC=1 EOF</userinput></screen> <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> </sect1> diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 411450ed3..ac8e1c321 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -190,6 +190,8 @@ manually create the devices. Consult the or the documentation for that driver to find the proper major/minor numbers.</para> +<beginpage/> + <para>2) A non-hardware device is required. This is most common with the Advanced Linux Sound Architecture (ALSA) project's Open Sound System (OSS) compatibility module. These types of devices can be |