diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4f2314f79..3ad501385 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -65,7 +65,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ --docdir=/usr/share/doc/udev-&udev-version; \ - --disable-extras</userinput></screen> + --disable-extras --disable-introspection</userinput></screen> <variablelist> <title>The meaning of the new configure options</title> @@ -112,6 +112,15 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <filename>README</filename> file for more information.</para> </listitem> </varlistentry> + + <varlistentry> + <term><parameter>--disable-introspection</parameter></term> + <listitem> + <para>This option prevents Udev's instrospection feature, which + requires packages not installed as part of the base LFS system. See + the Udev <filename>README</filename> file for more information.</para> + </listitem> + </varlistentry> </variablelist> <para>Compile the package:</para> |