aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml16
1 files changed, 4 insertions, 12 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 4ad69468f..705c63130 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -64,7 +64,8 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
<screen><userinput remap="configure">./configure --prefix=/usr \
--sysconfdir=/etc --sbindir=/sbin \
--with-rootlibdir=/lib --libexecdir=/lib/udev \
- --disable-extras --disable-introspection</userinput></screen>
+ --disable-hwdb --disable-udev_acl --disable-introspection \
+ --disable-keymap</userinput></screen>
<variablelist>
<title>The meaning of the new configure options</title>
@@ -94,23 +95,14 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
</varlistentry>
<varlistentry>
- <term><parameter>--disable-extras</parameter></term>
+ <term><parameter>--disable-*</parameter></term>
<listitem>
- <para>This option prevents Udev from installing helper programs and
+ <para>These options prevent Udev from installing helper programs and
other extras which require more external libraries. These libraries
are not part of the base LFS system. See the Udev
<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>