aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/udev.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-02-03 03:55:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-02-03 03:55:07 +0000
commit6b13ebc66a82fec58a3ed531e79064d2ae28a0a3 (patch)
treeee80a8078f1a469183f727340d8f01d6bf794adf /chapter06/udev.xml
parent3d6999c2299e34438f5e7a165f8b14e854e05e8b (diff)
Remove oblolete references to consolelog
Reformat udev configure command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r--chapter06/udev.xml22
1 files changed, 16 insertions, 6 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index b03b394af..e779717b6 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -54,12 +54,22 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
<para>Prepare the package for compilation:</para>
<!-- Note that "libdir=/usr/lib64" would be required for multilib. -->
-<screen><userinput remap="configure">BLKID_CFLAGS="-I/usr/include/blkid" BLKID_LIBS="-L/lib -lblkid" \
- KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/lib -lkmod" ./configure \
- --prefix=/usr --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc \
- --libexecdir=/lib --enable-rule_generator --disable-introspection \
- --disable-keymap --disable-gudev --with-usb-ids-path=no \
- --with-pci-ids-path=no --with-systemdsystemunitdir=no</userinput></screen>
+<screen><userinput remap="configure">BLKID_CFLAGS="-I/usr/include/blkid" \
+BLKID_LIBS="-L/lib -lblkid" \
+KMOD_CFLAGS="-I/usr/include" \
+KMOD_LIBS="-L/lib -lkmod" \
+./configure --prefix=/usr \
+ --with-rootprefix='' \
+ --bindir=/sbin \
+ --sysconfdir=/etc \
+ --libexecdir=/lib \
+ --enable-rule_generator \
+ --disable-introspection \
+ --disable-keymap \
+ --disable-gudev \
+ --with-usb-ids-path=no \
+ --with-pci-ids-path=no \
+ --with-systemdsystemunitdir=no</userinput></screen>
<variablelist>
<title>The meaning of the new configure options</title>