diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-08-02 21:39:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-08-02 21:39:17 +0000 |
commit | 4b12a303e15a4c43537a0c6f043ae75ac42d61af (patch) | |
tree | 511a340654bdc2fd01e609e56a9fea9de62248dc /chapter06/udev.xml | |
parent | a55002a4d64125d037ff51cd7b6eaddc4696d664 (diff) |
Upgrade to Udev-173. Fixes #2908.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 705c63130..164c7eb4f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -64,7 +64,7 @@ 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-hwdb --disable-udev_acl --disable-introspection \ + --disable-hwdb --disable-introspection \ --disable-keymap</userinput></screen> <variablelist> |