diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c43cfd73..1cd6d6f13 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2011-05-22 + + [matthew] - Upgrade to Udev-170. Fixes + #2878. + [matthew] - Upgrade to Linux-2.6.39. Fixes #2877. 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 ./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ - --disable-extras --disable-introspection + --disable-hwdb --disable-udev_acl --disable-introspection \ + --disable-keymap The meaning of the new configure options @@ -94,23 +95,14 @@ mknod -m0666 /lib/udev/devices/null c 1 3 - --disable-extras + --disable-* - This option prevents Udev from installing helper programs and + 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 README file for more information. - - - --disable-introspection - - This option prevents Udev's instrospection feature, which - requires packages not installed as part of the base LFS system. See - the Udev README file for more information. - - Compile the package: diff --git a/packages.ent b/packages.ent index 0a3811b4b..2ba1b1b32 100644 --- a/packages.ent +++ b/packages.ent @@ -538,17 +538,17 @@ - + - + - +