diff options
Diffstat (limited to 'chapter09/networkd.xml')
-rw-r--r-- | chapter09/networkd.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml index 9090596c0..82a0740ad 100644 --- a/chapter09/networkd.xml +++ b/chapter09/networkd.xml @@ -53,6 +53,17 @@ <command>ip link</command> after you have booted your system. </para> + <note> + <para>The interface names depend on the implementation and + configuration of the udev daemon running on the system. The udev + daemon for LFS (<command>systemd-udevd</command>, installed in + <xref linkend="ch-system-systemd"/>) will not run unless the LFS + system is booted. So it's unreliable to determine the interface + names being used in LFS system by running those commands on the host + distro, + <emphasis>even though in the chroot environment</emphasis>.</para> + </note> + <para> For most systems, there is only one network interface for each type of connection. For example, the classic interface |