diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 83bbd0baa..6462aa16b 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -58,6 +58,13 @@ EOF</userinput></screen> <!-- Yes, I know that VLANs are beyond BLFS. This is not the reason to get them incorrect by default when every distro does this right. --> + <note> + <para>Although the examples in this book work properly, be aware that + <application>udev</application> does not recognize the backslash for line + continuation. If modifying <application>udev</application> rules with an + editor, be sure to leave each rule on one physical line.</para> + </note> + <para>If you are going to use the bus position as a key, create Udev rules similar to the following:</para> |