diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-05 03:22:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-05 03:22:04 +0000 |
commit | 6547aa10209da603d76cb6c004fd350034ed6599 (patch) | |
tree | 46c44d58863ba74d7aa68cf033320254faafd428 | |
parent | 6f23ae92a1557ac7595e047a803e0e1842c88ba4 (diff) |
added not to network config page to remove the network symlinks if no NIC present
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/network.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 33cf94cc8..7c028e247 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -5,6 +5,12 @@ <para>This section only applies if you're going to configure a network card.</para> +<para>If you don't have any network cards, you are most likely not going to +create any configuration files relating to network cards. If that is the +case, you must remove the <filename>network</filename> symlinks from all the +runlevel directories +(<filename class="directory">/etc/rc.d/rc*.d</filename>)</para> + <sect2> <title>Configuring default gateway</title> |