Changeset cb27772 for BOOK/boot


Ignore:
Timestamp:
Jan 27, 2013, 1:46:12 PM (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:
19e8d0e
Parents:
772b321
Message:

Update boot method util-linux instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/util-linux.xml

    r772b321 rcb27772  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    38   ./configure \
    39     --prefix=/tools --exec-prefix=/tools \
    40     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    41     --libdir=/tools/lib64 --disable-makeinstall-chown \
    42     --disable-login --disable-su --config-cache</userinput></screen>
     37<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true ./configure \
     38    --prefix=/tools --exec-prefix="" --build=${CLFS_HOST} \
     39    --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
     40    --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
     41    --disable-su --config-cache</userinput></screen>
    4342
    4443    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5453    xpointer="xpointer(//*[@os='g'])"/>
    5554
    56     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/util-linux.xml"
    58     xpointer="xpointer(//*[@os='h'])"/>
     55<screen os="h"><userinput>make usrsbin_execdir=/tools/sbin usrbin_execdir=/tools/bin install</userinput></screen>
    5956
    6057  </sect2>
Note: See TracChangeset for help on using the changeset viewer.