Changeset 90e8c97 for BOOK/boot/common


Ignore:
Timestamp:
Apr 13, 2014, 12:07:20 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
097344e
Parents:
22da6db
Message:

Install eudev in /tools

Location:
BOOK/boot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/bootscripts.xml

    r22da6db r90e8c97  
    3434    -e '/ mknod_devices/d' \
    3535    Makefile.orig > Makefile</userinput></screen>
     36
     37    <para os="s3">Account for udev now being in /tools:</para>
     38
     39<screen os="s4"><userinput>cp clfs/init.d/udev{,.orig}
     40sed 's@/sbin/udev@/tools&amp;@' clfs/init.d/udev.orig > clfs/init.d/udev</userinput></screen>
    3641
    3742    <para os="a">Install the package:</para>
  • BOOK/boot/common/eudev.xml

    r22da6db r90e8c97  
    3131<screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
    3232KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
    33 LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/usr \
     33LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/tools \
    3434    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    35     --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
    36     --libexecdir=/lib --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib \
    37     --with-rootlibdir=/lib --disable-introspection --disable-gtk-doc-html \
     35    --disable-introspection --disable-gtk-doc-html \
    3836    --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \
    3937    --enable-libkmod</userinput></screen>
     
    4543    <para os="g">Install the package:</para>
    4644
    47 <screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     45<screen os="j"><userinput>make install</userinput></screen>
    4846
    4947    <para os="i">Create a directory for storing firmware that can be
Note: See TracChangeset for help on using the changeset viewer.