Changeset 793b31a for BOOK/boot/common


Ignore:
Timestamp:
Oct 13, 2007, 8:43:11 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
52e62f90
Parents:
81dc6ee
Message:

Updates to Boot Section for Util-Linux-NG

File:
1 edited

Legend:

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

    r81dc6ee r793b31a  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/ \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} --enable-login-utils</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3434    xpointer="xpointer(//*[@os='d'])"/>
    3535
    36 <screen os="e"><userinput>make -C disk-utils mkfs.minix fsck.minix
    37 make -C mount mount umount
    38 make -C text-utils more</userinput></screen>
     36<screen os="e"><userinput>make</userinput></screen>
    3937
    4038    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4240    xpointer="xpointer(//*[@os='g'])"/>
    4341
    44 <screen os="h"><userinput>cp mount/{,u}mount text-utils/more /tools/bin
    45 cp disk-utils/{fsck,mkfs}.minix /tools/sbin</userinput></screen>
     42<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4643
    4744  </sect2>
Note: See TracChangeset for help on using the changeset viewer.