Changeset 19d6aec


Ignore:
Timestamp:
04/12/2005 08:06:05 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
6a6a08a
Parents:
0b5096ca
Message:

PDF fixes in chapter07

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

Location:
chapter07
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter07/console.xml

    r0b5096ca r19d6aec  
    6666<screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>
    6767
     68<beginpage/>
     69
    6870<para>If the keycode 14 is Backspace instead of Delete, create the
    6971following keymap snippet to fix this issue:</para>
  • chapter07/introduction.xml

    r0b5096ca r19d6aec  
    1515<para>System-V style init scripts are employed in this book because they are
    1616widely used. For additional options, a hint detailing the BSD style
    17 init setup is available at
    18 <ulink
    19 url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>.
     17init setup is available at <ulink
     18url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"><phrase
     19condition="pdf">http://www.linuxfromscratch.org/hints/
     20downloads/files/bsd-init.txt</phrase></ulink>.
    2021Searching the LFS mailing lists for <quote>depinit</quote> will also offer
    2122additional choices.</para>
  • chapter07/network.xml

    r0b5096ca r19d6aec  
    6767obtaining the IP address. The LFS bootscripts have a modular IP
    6868assignment format, and creating additional files in the <filename
    69 class="directory">/etc/sysconfig/network-devices/services</filename>
     69class="directory" condition="html">/etc/sysconfig/network-devices/services</filename>
     70<filename class="directory" condition="pdf">/etc/sysconfig/network- devices/services</filename>
    7071directory allows other IP assignment methods. This is commonly used
    7172for Dynamic Host Configuration Protocol (DHCP), which is addressed in the BLFS book.</para>
     
    8384Internet Service Providers (ISPs).  In this example (PREFIX=24), the netmask
    8485is 255.255.255.0. Adjust according to the specific subnet.</para>
     86
     87<beginpage/>
    8588
    8689</sect2>
  • chapter07/profile.xml

    r0b5096ca r19d6aec  
    7474<screen><userinput>locale -a</userinput></screen>
    7575
     76<beginpage/>
     77
    7678<para>Once the proper locale settings have been determined, create the
    7779<filename>/etc/profile</filename> file:</para>
  • chapter07/setclock.xml

    r0b5096ca r19d6aec  
    5151
    5252<para>A good hint explaining how to deal with time on LFS is available
    53 at <ulink url="&hints-root;time.txt"/>. It explains issues such as
     53at <ulink url="&hints-root;time.txt"><phrase
     54condition="pdf">http://www.linuxfromscratch.org/
     55hints/downloads/files/time.txt</phrase></ulink>. It explains issues such as
    5456time zones, UTC, and the <envar>TZ</envar> environment variable.</para>
    5557
  • chapter07/udev.xml

    r0b5096ca r19d6aec  
    191191numbers.</para>
    192192
     193<beginpage/>
     194
    193195<para>2) A non-hardware device is required.  This is most common with
    194196the Advanced Linux Sound Architecture (ALSA) project's Open Sound
Note: See TracChangeset for help on using the changeset viewer.