Changes in / [8f3b8fa4:c87aec2]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r8f3b8fa4 rc87aec2  
    443443        <seglistitem>
    444444          <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep,
    445           Libcap, Make, OpenSSL, Patch, Perl, Sed, and Texinfo</seg>
     445          Libcap, Make, Patch, Perl, Sed, and Texinfo</seg>
    446446        </seglistitem>
    447447      </segmentedlist>
     
    23062306      </segmentedlist>
    23072307
    2308 <!-- Begin OpenSSL dependency info -->
    2309   <bridgehead renderas="sect2" id="openssl-dep">OpenSSL</bridgehead>
     2308<!-- Begin Openssl dependency info -->
     2309  <bridgehead renderas="sect2" id="openssl-dep">Openssl</bridgehead>
    23102310
    23112311      <segmentedlist id="openssl-depends">
     
    23332333        <segtitle>&before;</segtitle>
    23342334        <seglistitem>
    2335           <seg>Coreutils and Linux</seg>
     2335          <seg>Linux</seg>
    23362336        </seglistitem>
    23372337      </segmentedlist>
  • chapter09/network.xml

    r8f3b8fa4 rc87aec2  
    2828    the filename be <emphasis>ifconfig</emphasis>.</para>
    2929
    30     <note>
    31       <para>If the procedure in the previous section was not used, udev
    32       will assign network card interface names based on system physical
    33       characteristics such as enp2s1. If you are not sure what your interface
    34       name is, you can always run <command>ip link</command> or <command>ls
    35       /sys/class/net</command> after you have booted your system.
    36       </para>
    37 
    38       <para>The interface names depend on the implementation and
    39       configuration of the udev daemon running on the system.  The udev
    40       daemon for LFS (installed in <xref linkend="ch-system-eudev"/>) will
    41       not run until the LFS system is booted.  So it's unreliable to
    42       determine the interface names being used in LFS system by running
    43       those commands on the host distro,
    44       <emphasis>even though in the chroot environment</emphasis>.</para>
    45     </note>
     30    <note><para>If the procedure in the previous section was not used, udev
     31    will assign network card interface names based on system physical
     32    characteristics such as enp2s1. If you are not sure what your interface
     33    name is, you can always run <command>ip link</command> or <command>ls
     34    /sys/class/net</command> after you have booted your system.
     35    </para></note>
    4636
    4737    <para>The following command creates a sample file for the
  • chapter09/networkd.xml

    r8f3b8fa4 rc87aec2  
    5454      </para>
    5555
    56       <note>
    57         <para>The interface names depend on the implementation and
    58         configuration of the udev daemon running on the system.  The udev
    59         daemon for LFS (<command>systemd-udevd</command>, installed in
    60         <xref linkend="ch-system-systemd"/>) will not run unless the LFS
    61         system is booted.  So it's unreliable to determine the interface
    62         names being used in LFS system by running those commands on the host
    63         distro,
    64         <emphasis>even though in the chroot environment</emphasis>.</para>
    65       </note>
    66 
    6756      <para>
    6857        For most systems, there is only one network interface for
Note: See TracChangeset for help on using the changeset viewer.