Author: manuel Date: 2005-04-12 14:06:05 -0600 (Tue, 12 Apr 2005) New Revision: 4937
Modified: branches/6.1/BOOK/chapter07/console.xml branches/6.1/BOOK/chapter07/introduction.xml branches/6.1/BOOK/chapter07/network.xml branches/6.1/BOOK/chapter07/profile.xml branches/6.1/BOOK/chapter07/setclock.xml branches/6.1/BOOK/chapter07/udev.xml Log: PDF fixes in chapter07 Modified: branches/6.1/BOOK/chapter07/console.xml =================================================================== --- branches/6.1/BOOK/chapter07/console.xml 2005-04-12 19:42:57 UTC (rev 4936) +++ branches/6.1/BOOK/chapter07/console.xml 2005-04-12 20:06:05 UTC (rev 4937) @@ -65,6 +65,8 @@ <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> Modified: branches/6.1/BOOK/chapter07/introduction.xml =================================================================== --- branches/6.1/BOOK/chapter07/introduction.xml 2005-04-12 19:42:57 UTC (rev 4936) +++ branches/6.1/BOOK/chapter07/introduction.xml 2005-04-12 20:06:05 UTC (rev 4937) @@ -14,9 +14,10 @@ <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> Modified: branches/6.1/BOOK/chapter07/network.xml =================================================================== --- branches/6.1/BOOK/chapter07/network.xml 2005-04-12 19:42:57 UTC (rev 4936) +++ branches/6.1/BOOK/chapter07/network.xml 2005-04-12 20:06:05 UTC (rev 4937) @@ -66,7 +66,8 @@ <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 @@ 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"> Modified: branches/6.1/BOOK/chapter07/profile.xml =================================================================== --- branches/6.1/BOOK/chapter07/profile.xml 2005-04-12 19:42:57 UTC (rev 4936) +++ branches/6.1/BOOK/chapter07/profile.xml 2005-04-12 20:06:05 UTC (rev 4937) @@ -73,6 +73,8 @@ <screen><userinput>locale -a</userinput></screen> +<beginpage/> + <para>Once the proper locale settings have been determined, create the <filename>/etc/profile</filename> file:</para> Modified: branches/6.1/BOOK/chapter07/setclock.xml =================================================================== --- branches/6.1/BOOK/chapter07/setclock.xml 2005-04-12 19:42:57 UTC (rev 4936) +++ branches/6.1/BOOK/chapter07/setclock.xml 2005-04-12 20:06:05 UTC (rev 4937) @@ -50,7 +50,9 @@ 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> Modified: branches/6.1/BOOK/chapter07/udev.xml =================================================================== --- branches/6.1/BOOK/chapter07/udev.xml 2005-04-12 19:42:57 UTC (rev 4936) +++ branches/6.1/BOOK/chapter07/udev.xml 2005-04-12 20:06:05 UTC (rev 4937) @@ -190,6 +190,8 @@ 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 -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
