diff options
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 164c7eb4f..275878105 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -41,6 +41,12 @@ <sect2 role="installation"> <title>Installation of Udev</title> + <para>Optionally remove an unneeded warning message that shows up in this + version of udev at boot time.</para> + +<screen><userinput remap="pre">sed -i -e '/deprecated/d' udev/udevadm-trigger.c</userinput></screen> + + <para>The udev-config tarball contains LFS-specific files used to configure Udev. Unpack it into the Udev source directory:</para> |