Ignore:
Timestamp:
06/12/2020 08:42:32 PM (4 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, 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:
9e7475a
Parents:
96f04d7
Message:

Text updated for cross2 chapter 9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/network.xml

    r96f04d7 ra3d0817  
    1414    <primary sortas="d-network">network</primary>
    1515  <secondary>configuring</secondary></indexterm>
    16 <!--
    17   <para>This section only applies if a network card is to be
    18   configured.</para>
    19 
    20   <para>If a network card will not be used, there is likely no need to create
    21   any configuration files relating to network cards. If that is the case, you
    22   will need to remove the <filename class="symlink">network</filename> symlinks
    23   from all run-level directories (<filename
    24   class="directory">/etc/rc.d/rc*.d</filename>) after the bootscripts are
    25   installed in <xref linkend="ch-config-bootscripts"/>.</para>
    26 -->
     16
    2717  <sect2>
    2818    <title>Creating Network Interface Configuration Files</title>
     
    3828    the filename be <emphasis>ifconfig</emphasis>.</para>
    3929
    40     <note><para>If the procedure in the previous section was not used, Udev
     30    <note><para>If the procedure in the previous section was not used, udev
    4131    will assign network card interface names based on system physical
    4232    characteristics such as enp2s1. If you are not sure what your interface
     
    6555    <para>If the <envar>ONBOOT</envar> variable is set to <quote>yes</quote> the
    6656    System V network script will bring up the Network Interface Card (NIC) during
    67     booting of the system. If set to anything but <quote>yes</quote> the NIC
     57    the system boot process. If set to anything but <quote>yes</quote> the NIC
    6858    will be ignored by the network script and not be automatically brought up.
    6959    The interface can be manually started or stopped with the
Note: See TracChangeset for help on using the changeset viewer.