Changeset 5ce4e62


Ignore:
Timestamp:
Aug 13, 2012, 5:13:28 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:
38fe6a12
Parents:
12dd3ae
Message:

Add xz and zlib compression to boot method kmod.

Location:
BOOK
Files:
3 edited

Legend:

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

    r12dd3ae r5ce4e62  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools \
    30     --bindir=/bin --with-rootlibdir=/tools/lib \
    31     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" \
     30    liblzma_LIBS="-L/tools/lib -llzma" zlib_CFLAGS="-I/tools/include" \
     31    zlib_LIBS="-L/tools/lib -lz" ./configure --prefix=/tools --bindir=/bin \
     32    --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --with-xz --with-zlib</userinput></screen>
    3234
    3335    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/general.ent

    r12dd3ae r5ce4e62  
    33<!ENTITY month "08"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "11"> <!-- Use two digits -->
     5<!ENTITY day "13"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r12dd3ae r5ce4e62  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>13 August 2012</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[William Harrington] - Add xz and zlib compression to boot method kmod.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
    3848    <listitem>
    3949      <para>11 August 2012</para>
Note: See TracChangeset for help on using the changeset viewer.