[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-249-g1625b3e

git git at cross-lfs.org
Thu Aug 8 10:59:27 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  1625b3ec8dd06047c01d7d95e2e438eca03c7b49 (commit)
      from  e487b4928426427851c53a5617a8e6cfcb76ad29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1625b3ec8dd06047c01d7d95e2e438eca03c7b49
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 8 12:59:23 2013 -0500

    Update Eudev boot method instructions.

diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index e157fa9..af95614 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -30,9 +30,9 @@
 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
 ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
-    --libexecdir=/lib --libdir=/lib --disable-introspection \
-    --disable-gtk-doc-html --disable-gudev --disable-keymap \
-    --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
+    --libexecdir=/lib --libdir=/usr/lib --with-root-libdir=/lib \
+    --disable-introspection --disable-gtk-doc-html --disable-gudev \
+    --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/udev.xml"
diff --git a/BOOK/boot/multilib/udev.xml b/BOOK/boot/multilib/udev.xml
index 6cce6eb..1fc3081 100644
--- a/BOOK/boot/multilib/udev.xml
+++ b/BOOK/boot/multilib/udev.xml
@@ -28,11 +28,12 @@
 
 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
-CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
-    --libexecdir=/lib --libdir=/lib64 --disable-introspection \
-    --disable-gtk-doc-html --disable-gudev --disable-keymap \
-    --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
+CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} \
+    --host=${CLFS_TARGET} --with-rootprefix='' --enable-split-usr \
+    --sysconfdir=/etc --libexecdir=/lib64 --libdir=/usr/lib64 \
+    --with-rootlibdir=/lib64 --disable-introspection --disable-gtk-doc-html \
+    --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \
+    --enable-libkmod</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/udev.xml"

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/common/udev.xml   |    6 +++---
 BOOK/boot/multilib/udev.xml |   11 ++++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list