- Timestamp:
- Oct 14, 2007, 3:43:11 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 52e62f90
- Parents:
- 81dc6ee
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux-ng.xml
r81dc6ee r793b31a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 34 34 xpointer="xpointer(//*[@os='d'])"/> 35 35 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> 39 37 40 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 42 40 xpointer="xpointer(//*[@os='g'])"/> 43 41 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> 46 43 47 44 </sect2> -
BOOK/boot/multilib/util-linux-ng.xml
r81dc6ee r793b31a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/general.ent
r81dc6ee r793b31a 2 2 3 3 <!ENTITY month "10"> <!-- Use two digits --> 4 <!ENTITY month_name " August">4 <!ENTITY month_name "October"> 5 5 <!ENTITY day "13"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> -
BOOK/introduction/common/changelog.xml
r81dc6ee r793b31a 43 43 <para>[jciccone] - Updated the bootscripts to 1.1-pre5. The Makefile 44 44 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> 45 50 </listitem> 46 51 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.