Changeset 1625b3e for BOOK/boot/multilib


Ignore:
Timestamp:
Aug 8, 2013, 10:59:23 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
cc056b6
Parents:
e487b49
Message:

Update Eudev boot method instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/udev.xml

    re487b49 r1625b3e  
    2929<screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
    3030KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
    31 CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
    33     --libexecdir=/lib --libdir=/lib64 --disable-introspection \
    34     --disable-gtk-doc-html --disable-gudev --disable-keymap \
    35     --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
     31CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} \
     32    --host=${CLFS_TARGET} --with-rootprefix='' --enable-split-usr \
     33    --sysconfdir=/etc --libexecdir=/lib64 --libdir=/usr/lib64 \
     34    --with-rootlibdir=/lib64 --disable-introspection --disable-gtk-doc-html \
     35    --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \
     36    --enable-libkmod</userinput></screen>
    3637
    3738    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.