Changeset 793b31a


Ignore:
Timestamp:
Oct 13, 2007, 8:43:11 PM (16 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

Location:
BOOK
Files:
4 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>
  • BOOK/boot/multilib/util-linux-ng.xml

    r81dc6ee r793b31a  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./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"
  • BOOK/general.ent

    r81dc6ee r793b31a  
    22
    33<!ENTITY month "10"> <!-- Use two digits -->
    4 <!ENTITY month_name "August">
     4<!ENTITY month_name "October">
    55<!ENTITY day "13"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
  • BOOK/introduction/common/changelog.xml

    r81dc6ee r793b31a  
    4343          <para>[jciccone] - Updated the bootscripts to 1.1-pre5. The Makefile
    4444          now creates the static nodes that the udev Makefile used to.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[jim] - Updated the boot section Util-Linux-NG Build. Fixes
     48                issues where files were missing during bootup and the ability
     49                to login.</para>
    4550        </listitem>
    4651      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.