Changeset f44ac55


Ignore:
Timestamp:
Aug 11, 2012, 10:06:24 AM (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:
12dd3ae
Parents:
b2b94a5
Message:

Edit udev boot method configure command block so that copy and paste works properly.

Location:
BOOK
Files:
3 edited

Legend:

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

    rb2b94a5 rf44ac55  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>LIBS="-lpthread" \ 
    30         BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \ 
    31         KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod"  \ 
    32         ./configure --prefix=/usr \ 
    33         --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
     29<screen os="b"><userinput>LIBS="-lpthread" \
     30        BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \
     31        KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \
     32        ./configure --prefix=/usr \
     33        --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3434        --exec-prefix="" --with-rootprefix=$CLFS \
    35         --sysconfdir=/etc --libexecdir=/lib \ 
    36         --libdir=/usr/lib --disable-introspection \ 
    37         --with-usb-ids-path=no --with-pci-ids-path=no \ 
    38         --disable-gtk-doc-html --disable-gudev \ 
     35        --sysconfdir=/etc --libexecdir=/lib \
     36        --libdir=/usr/lib --disable-introspection \
     37        --with-usb-ids-path=no --with-pci-ids-path=no \
     38        --disable-gtk-doc-html --disable-gudev \
    3939        --disable-keymap --disable-logging</userinput></screen>
    4040
  • BOOK/general.ent

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

    rb2b94a5 rf44ac55  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>11 August 2012</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[William Harrington] - Edit configure command block in the boot method udev section so that copy and paste works properly.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
    3846
    3947    <listitem>
Note: See TracChangeset for help on using the changeset viewer.