- Timestamp:
- Feb 21, 2006, 2:06:08 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7570f32
- Parents:
- bf3d9d64
- Location:
- BOOK
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
rbf3d9d64 r3bec8f3 56 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 57 href="../../final-system/common/e2fsprogs.xml" 58 xpointer="xpointer(//*[@os='h'])"/>59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"61 href="../../final-system/common/e2fsprogs.xml"62 58 xpointer="xpointer(//*[@os='i'])"/> 63 59 -
BOOK/final-system/common/binutils.xml
rbf3d9d64 r3bec8f3 25 25 26 26 <seglistitem> 27 <seg>Bash, Coreutils, Diffutils, Expect, GCC, Gettext,27 <seg>Bash, Binutils, Coreutils, Diffutils, Expect, GCC, Gettext, 28 28 Glibc, Grep, Make, Patch, Perl, Sed, Tcl, and Texinfo</seg> 29 29 </seglistitem> -
BOOK/final-system/common/e2fsprogs.xml
rbf3d9d64 r3bec8f3 37 37 <title>Installation of E2fsprogs</title> 38 38 39 <para os="a"> It is recommended that E2fsprogs be built in a subdirectory of40 the source tree:</para>39 <para os="a">The E2fsprogs documentation recommends that the package be 40 built in a subdirectory of the source tree:</para> 41 41 42 42 <screen os="b"><userinput>mkdir build -
BOOK/final-system/common/gcc.xml
rbf3d9d64 r3bec8f3 206 206 <listitem> 207 207 <para>The libmudflap libraries are used by GCC for instrumenting 208 pointer and array de freferncing operations.</para>208 pointer and array dereferencing operations.</para> 209 209 <indexterm zone="ch-system-gcc libmudflap"> 210 210 <primary sortas="c-libmudflap*">libmudflap*</primary> -
BOOK/final-system/common/inetutils.xml
rbf3d9d64 r3bec8f3 34 34 <title>Installation of Inetutils</title> 35 35 36 <para os="p1"> All programs that come with Inetutils will notbe installed.36 <para os="p1">Not all programs that come with Inetutils will be installed. 37 37 However, the Inetutils build system will insist on installing all the 38 38 man pages anyway. The following patch will correct this -
BOOK/final-system/common/shadow.xml
rbf3d9d64 r3bec8f3 52 52 <screen os="c"><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> 53 53 54 <para os="d">Disable the installation of the <command>groups</command> program55 and it's man page, as Coreutils provides a better version:</para>54 <para os="d">Disable the installation of the <command>groups</command> 55 program and its man page, as Coreutils provides a better version:</para> 56 56 57 57 <screen os="e"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile -
BOOK/final-system/common/sysklogd.xml
rbf3d9d64 r3bec8f3 115 115 Every logged message contains at least a date stamp and a hostname, 116 116 and normally the program's name too, but that depends on how 117 trusting the logging daemon is told to be </para>117 trusting the logging daemon is told to be.</para> 118 118 <indexterm zone="ch-system-sysklogd syslogd"> 119 119 <primary sortas="b-syslogd">syslogd</primary> -
BOOK/testsuite-tools/common/tree.xml
rbf3d9d64 r3bec8f3 24 24 25 25 <seglistitem> 26 <seg> GCC and Coreutils</seg>26 <seg>Coreutils, GCC, and Make</seg> 27 27 </seglistitem> 28 28 </segmentedlist> -
BOOK/the-end/reboot.xml
rbf3d9d64 r3bec8f3 37 37 <screen><userinput>logout</userinput></screen> 38 38 39 <para>Then unmount the virtual file ssystems:</para>39 <para>Then unmount the virtual file systems:</para> 40 40 41 41 <screen><userinput>umount $LFS/dev/pts
Note:
See TracChangeset
for help on using the changeset viewer.