Ignore:
Timestamp:
04/09/2012 07:14:33 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
9bb0228
Parents:
b12948d
Message:

Update networking bootscripts. See bootscripts change log for details.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    rb12948d r970a126  
    166166    variable entirely.</para>
    167167
    168     <para>The <envar>PREFIX</envar> variable needs to contain the number of
     168    <para>The <envar>PREFIX</envar> variable containis the number of
    169169    bits used in the subnet. Each octet in an IP address is 8 bits. If the
    170170    subnet's netmask is 255.255.255.0, then it is using the first three octets
     
    173173    commonly used by DSL and cable-based Internet Service Providers (ISPs).
    174174    In this example (PREFIX=24), the netmask is 255.255.255.0. Adjust the
    175     <envar>PREFIX</envar> variable according to your specific subnet.</para>
     175    <envar>PREFIX</envar> variable according to your specific subnet.i
     176    If omitted, the PREFIX defaults to 24.</para>
     177
     178    <para>For more information see the <command>ifup</command> man page.</para>
    176179
    177180  </sect2>
Note: See TracChangeset for help on using the changeset viewer.