Ignore:
Timestamp:
07/02/2005 05:56:57 AM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ffd471a
Parents:
440f837
Message:

Several minor wording changes in chapter 8 (matt).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r440f837 rfaca37e  
    4848EOF</userinput></screen>
    4949
    50 <para>The values of these variables must be changed in every file to
    51 match the proper setup. If the <envar>ONBOOT</envar> variable is
    52 set to <quote>yes</quote> the network script will bring up the
    53 Network Interface Card (NIC) during booting of the system. If set
    54 to anything but <quote>yes</quote> the NIC will be ignored by the
    55 network script and not brought up.</para>
     50<para>The values of these variables must be changed in every file to match the
     51proper setup. If the <envar>ONBOOT</envar> variable is set to <quote>yes</quote>
     52the network script will bring up the Network Interface Card (NIC) during booting
     53of the system. If set to anything but <quote>yes</quote> the NIC will be ignored
     54by the network script and not be brought up.</para>
    5655
    57 <para>The <envar>SERVICE</envar> variable defines the method of obtaining the IP
    58 address. The LFS-Bootscripts package has a modular IP assignment format, and
    59 creating additional files in the <filename
     56<para>The <envar>SERVICE</envar> variable defines the method used in obtaining
     57the IP address. The LFS-Bootscripts package has a modular IP assignment format,
     58and creating additional files in the <filename
    6059class="directory">/etc/sysconfig/network-devices/services</filename> directory
    6160allows other IP assignment methods. This is commonly used for Dynamic Host
     
    6665the variable entirely.</para>
    6766
    68 <para>The <envar>PREFIX</envar> variable needs to contain the
    69 number of bits used in the subnet. Each octet in an IP address is 8
    70 bits. If the subnet's netmask is 255.255.255.0, then it is using the
    71 first three octets (24 bits) to specify the network number. If the
    72 netmask is 255.255.255.240, it would be using the first 28 bits.
    73 Prefixes longer than 24 bits are commonly used by DSL and cable-based
    74 Internet Service Providers (ISPs).  In this example (PREFIX=24), the netmask
    75 is 255.255.255.0. Adjust according to the specific subnet.</para>
     67<para>The <envar>PREFIX</envar> variable needs to contain the number of bits
     68used in the subnet. Each octet in an IP address is 8 bits. If the subnet's
     69netmask is 255.255.255.0, then it is using the first three octets (24 bits) to
     70specify the network number. If the netmask is 255.255.255.240, it would be using
     71the first 28 bits.  Prefixes longer than 24 bits are commonly used by DSL and
     72cable-based Internet Service Providers (ISPs). In this example (PREFIX=24), the
     73netmask is 255.255.255.0. Adjust the <envar>PREFIX</envar> variable according to
     74your specific subnet.</para>
    7675
    7776</sect2>
Note: See TracChangeset for help on using the changeset viewer.