Changeset 12dd3ae


Ignore:
Timestamp:
Aug 11, 2012, 5:54:19 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5ce4e62
Parents:
f44ac55
Message:

Install libraries to /tools/lib rather than /lib during boot method kmod build.

Location:
BOOK
Files:
2 edited

Legend:

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

    rf44ac55 r12dd3ae  
    2828
    2929<screen os="b"><userinput>./configure --prefix=/tools \
    30     --bindir=/bin --with-rootlibdir=/lib \
     30    --bindir=/bin --with-rootlibdir=/tools/lib \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3232
  • BOOK/introduction/common/changelog.xml

    rf44ac55 r12dd3ae  
    4242          <para>[William Harrington] - Edit configure command block in the boot method udev section so that copy and paste works properly.</para>
    4343        </listitem>
     44        <listitem>
     45          <para>[William Harrington] - Edit configure command boot method kmod section to install libkmod into /tools/lib rather than /lib.</para>
     46        </listitem>
    4447      </itemizedlist>
    4548    </listitem>
Note: See TracChangeset for help on using the changeset viewer.