Changeset 5888299 for chapter06


Ignore:
Timestamp:
01/12/2004 11:23:50 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f4993cf
Parents:
12c8f83b
Message:

Moving stuff from appendix A to chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
52 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-autoconf">
     1<sect1 id="ch06-autoconf" xreflabel="Autoconf">
    22<title>Installing Autoconf-&autoconf-version;</title>
    33<?dbhtml filename="autoconf.html" dir="chapter06"?>
     4
     5<para>The Autoconf package contains programs for producing shell scripts that
     6can automatically configure source code.</para>
    47
    58<screen>Estimated build time:           &autoconf-time;
    69Estimated required disk space:  &autoconf-compsize;</screen>
    710
    8 &aa-autoconf-shortdesc;
     11&aa-autoconf-down;
    912&aa-autoconf-dep;
    1013
     
    3740</sect2>
    3841
     42&aa-autoconf-shortdesc;
     43&aa-autoconf-desc;
     44
    3945</sect1>
    4046
  • chapter06/automake.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-automake">
     1<sect1 id="ch06-automake" xreflabel="Automake">
    22<title>Installing Automake-&automake-version;</title>
    33<?dbhtml filename="automake.html" dir="chapter06"?>
     4
     5<para>The Automake package contains programs for generating Makefiles for use
     6with Autoconf.</para>
    47
    58<screen>Estimated build time:           &automake-time;
    69Estimated required disk space:  &automake-compsize;</screen>
    710
    8 &aa-automake-shortdesc;
     11&aa-automake-down;
    912&aa-automake-dep;
    1013
     
    3841</sect2>
    3942
     43&aa-automake-shortdesc;
     44&aa-automake-desc;
     45
    4046</sect1>
    4147
  • chapter06/bash.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-bash">
     1<sect1 id="ch06-bash" xreflabel="Bash">
    22<title>Installing Bash-&bash-version;</title>
    33<?dbhtml filename="bash.html" dir="chapter06"?>
     4
     5<para>The Bash package contains the Bourne-Again SHell.</para>
    46
    57<screen>Estimated build time:           &bash-time;
    68Estimated required disk space:  &bash-compsize;</screen>
    79
    8 &aa-bash-shortdesc;
     10&aa-bash-down;
    911&aa-bash-dep;
    1012
     
    4446</sect2>
    4547
     48&aa-bash-shortdesc;
     49&aa-bash-desc;
     50
    4651</sect1>
    4752
  • chapter06/binutils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-binutils">
     1<sect1 id="ch06-binutils" xreflabel="Binutils">
    22<title>Installing Binutils-&binutils-version;</title>
    33<?dbhtml filename="binutils.html" dir="chapter06"?>
     4
     5<para>The Binutils package contains a linker, an assembler, and other tools for
     6handling object files.</para>
    47
    58<screen>Estimated build time:           &binutils-time;
    69Estimated required disk space:  &binutils-compsize;</screen>
    710
    8 &aa-binutils-shortdesc;
     11&aa-binutils-down;
    912&aa-binutils-dep;
    1013
     
    8184</sect2>
    8285
     86&aa-binutils-shortdesc;
     87&aa-binutils-desc;
     88
    8389</sect1>
    8490
  • chapter06/bison.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-bison">
     1<sect1 id="ch06-bison" xreflabel="Bison">
    22<title>Installing Bison-&bison-version;</title>
    33<?dbhtml filename="bison.html" dir="chapter06"?>
     4
     5<para>The Bison package contains a parser generator.</para>
    46
    57<screen>Estimated build time:           &bison-time;
    68Estimated required disk space:  &bison-compsize;</screen>
    79
    8 &aa-bison-shortdesc;
     10&aa-bison-down;
    911&aa-bison-dep;
    1012
     
    3941</sect2>
    4042
     43&aa-bison-shortdesc;
     44&aa-bison-desc;
     45
    4146</sect1>
    4247
  • chapter06/bootscripts.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-lfs-bootscripts">
     1<sect1 id="ch06-lfs-bootscripts" xreflabel="Bootscripts">
    22<title>Installing LFS-Bootscripts-&bootscripts-version;</title>
    33<?dbhtml filename="bootscripts.html" dir="chapter06"?>
     4
     5<para>The LFS-Bootscripts package contains a set of bootscripts.</para>
    46
    57<screen>Estimated build time:           &bootscripts-time;
    68Estimated required disk space:  &bootscripts-compsize;</screen>
    79
    8 &aa-bootscripts-shortdesc;
     10&aa-bootscripts-down;
    911&aa-bootscripts-dep;
    1012
     
    3436</sect2>
    3537
     38&aa-bootscripts-shortdesc;
     39&aa-bootscripts-desc;
     40
    3641</sect1>
    3742
  • chapter06/bzip2.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-bzip2">
     1<sect1 id="ch06-bzip2" xreflabel="Bzip2">
    22<title>Installing Bzip2-&bzip2-version;</title>
    33<?dbhtml filename="bzip2.html" dir="chapter06"?>
     4
     5<para>The Bzip2 package contains programs for compressing and decompressing
     6files. On text files they achieve a much better compression than the
     7traditional <userinput>gzip</userinput>.</para>
    48
    59<screen>Estimated build time:           &bzip2-time;
    610Estimated required disk space:  &bzip2-compsize;</screen>
    711
    8 &aa-bzip2-shortdesc;
     12&aa-bzip2-down;
    913&aa-bzip2-dep;
    1014
     
    4751</sect2>
    4852
     53&aa-bzip2-shortdesc;
     54&aa-bzip2-desc;
     55
    4956</sect1>
    5057
  • chapter06/chapter06.xml

    r12c8f83b r5888299  
    2020full instructions for each and every package, simply to minimize
    2121the possibilities for mistakes.</para>
     22
     23<para>The key to learning what makes a Linux system work is to know
     24what each package is used for and why the user (or the system) needs it.
     25For this purpose for every installed package a summary of its content is
     26given followed by concise descriptions of each program and library it
     27installed.</para>
    2228
    2329<para>If you plan to use compiler optimizations in this chapter, take a look at
  • chapter06/coreutils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-coreutils">
     1<sect1 id="ch06-coreutils" xreflabel="Coreutils">
    22<title>Installing Coreutils-&coreutils-version;</title>
    33<?dbhtml filename="coreutils.html" dir="chapter06"?>
     4
     5<para>The Coreutils package contains utilities for showing and setting the
     6basic system characteristics.</para>
    47
    58<screen>Estimated build time:           &coreutils-time;
    69Estimated required disk space:  &coreutils-compsize;</screen>
    710
    8 &aa-coreutils-shortdesc;
     11&aa-coreutils-down;
    912&aa-coreutils-dep;
    1013
     
    9295</sect2>
    9396
     97&aa-coreutils-shortdesc;
     98&aa-coreutils-desc;
     99
    94100</sect1>
    95101
  • chapter06/diffutils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-diffutils">
     1<sect1 id="ch06-diffutils" xreflabel="Diffutils">
    22<title>Installing Diffutils-&diffutils-version;</title>
    33<?dbhtml filename="diffutils.html" dir="chapter06"?>
     4
     5<para>The Diffutils package contains programs that show the differences
     6between files or directories.</para>
    47
    58<screen>Estimated build time:           &diffutils-time;
    69Estimated required disk space:  &diffutils-compsize;</screen>
    710
    8 &aa-diffutils-shortdesc;
     11&aa-diffutils-down;
    912&aa-diffutils-dep;
    1013
     
    2831</sect2>
    2932
     33&aa-diffutils-shortdesc;
     34&aa-diffutils-desc;
     35
    3036</sect1>
    3137
  • chapter06/e2fsprogs.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-e2fsprogs">
     1<sect1 id="ch06-e2fsprogs" xreflabel="E2fsprogs">
    22<title>Installing E2fsprogs-&e2fsprogs-version;</title>
    33<?dbhtml filename="e2fsprogs.html" dir="chapter06"?>
     4
     5<para>The E2fsprogs package contains the utilities for handling the ext2
     6filesystem. It also supports the ext3 journaling filesystem.</para>
    47
    58<screen>Estimated build time:           &e2fsprogs-time;
    69Estimated required disk space:  &e2fsprogs-compsize;</screen>
    710
    8 &aa-e2fsprogs-shortdesc;
     11&aa-e2fsprogs-down;
    912&aa-e2fsprogs-dep;
    1013
     
    6467
    6568
     69&aa-e2fsprogs-shortdesc;
     70&aa-e2fsprogs-desc;
     71
    6672</sect1>
    6773
  • chapter06/ed.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-ed">
     1<sect1 id="ch06-ed" xreflabel="Ed">
    22<title>Installing Ed-&ed-version;</title>
    33<?dbhtml filename="ed.html" dir="chapter06"?>
     4
     5<para>The Ed package contains a spartan line editor.</para>
    46
    57<screen>Estimated build time:           &ed-time;
    68Estimated required disk space:  &ed-compsize;</screen>
    79
    8 &aa-ed-shortdesc;
     10&aa-ed-down;
    911&aa-ed-dep;
    1012
     
    5961</sect2>
    6062
     63&aa-ed-shortdesc;
     64&aa-ed-desc;
     65
    6166</sect1>
    6267
  • chapter06/file.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-file">
     1<sect1 id="ch06-file" xreflabel="File">
    22<title>Installing File-&file-version;</title>
    33<?dbhtml filename="file.html" dir="chapter06"?>
     4
     5<para>The File package contains a utility for determining the type of files.</para>
    46
    57<screen>Estimated build time:           &file-time;
    68Estimated required disk space:  &file-compsize;</screen>
    79
    8 &aa-file-shortdesc;
     10&aa-file-down;
    911&aa-file-dep;
    1012
     
    2830</sect2>
    2931
     32&aa-file-shortdesc;
     33&aa-file-desc;
     34
    3035</sect1>
    3136
  • chapter06/findutils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-findutils">
     1<sect1 id="ch06-findutils" xreflabel="Findutils">
    22<title>Installing Findutils-&findutils-version;</title>
    33<?dbhtml filename="findutils.html" dir="chapter06"?>
     4
     5<para>The Findutils package contains programs to find files. The finding is
     6done either by doing a live recursive search through a directory tree, or by
     7consulting a previously set up database.</para>
    48
    59<screen>Estimated build time:           &findutils-time;
    610Estimated required disk space:  &findutils-compsize;</screen>
    711
    8 &aa-findutils-shortdesc;
     12&aa-findutils-down;
    913&aa-findutils-dep;
    1014
     
    4044</sect2>
    4145
     46&aa-findutils-shortdesc;
     47&aa-findutils-desc;
     48
    4249</sect1>
    4350
  • chapter06/flex.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-flex">
     1<sect1 id="ch06-flex" xreflabel="Flex">
    22<title>Installing Flex-&flex-version;</title>
    33<?dbhtml filename="flex.html" dir="chapter06"?>
     4
     5<para>The Flex package contains a utility for generating programs that
     6recognize patterns in text.</para>
    47
    58<screen>Estimated build time:           &flex-time;
    69Estimated required disk space:  &flex-compsize;</screen>
    710
    8 &aa-flex-shortdesc;
     11&aa-flex-down;
    912&aa-flex-dep;
    1013
     
    5457</sect2>
    5558
     59&aa-flex-shortdesc;
     60&aa-flex-desc;
     61
    5662</sect1>
    5763
  • chapter06/gawk.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-gawk">
     1<sect1 id="ch06-gawk" xreflabel="Gawk">
    22<title>Installing Gawk-&gawk-version;</title>
    33<?dbhtml filename="gawk.html" dir="chapter06"?>
     4
     5<para>The Gawk package contains programs for manipulating text files.</para>
    46
    57<screen>Estimated build time:           &gawk-time;
    68Estimated required disk space:  &gawk-compsize;</screen>
    79
    8 &aa-gawk-shortdesc;
     10&aa-gawk-down;
    911&aa-gawk-dep;
    1012
     
    3436</sect2>
    3537
     38&aa-gawk-shortdesc;
     39&aa-gawk-desc;
     40
    3641</sect1>
    3742
  • chapter06/gcc-2953.xml

    r12c8f83b r5888299  
    66Estimated required disk space:  &gcc-2953-compsize;</screen>
    77
     8<sect2><title></title>
     9<literallayout>Official download location for GCC-2 (&gcc-2953-version;):
     10<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/>
     11And for the GCC-2 Patch:
     12<ulink url="&patches-root;&gcc-2953-patch;"/>
     13And for the GCC-2 No-Fixincludes Patch:
     14<ulink url="&patches-root;&gcc-2953-no-fixinc-patch;"/>
     15And for the GCC-2 Return-Type Patch:
     16<ulink url="&patches-root;&gcc-2953-returntype-fix-patch;"/></literallayout>
     17</sect2>
    818
    919<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  • chapter06/gcc.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-gcc">
     1<sect1 id="ch06-gcc" xreflabel="GCC">
    22<title>Installing GCC-&gcc-version;</title>
    33<?dbhtml filename="gcc.html" dir="chapter06"?>
     4
     5<para>The GCC package contains the GNU compiler collection, among them
     6the C and C++ compilers.</para>
    47
    58<screen>Estimated build time:           &gcc-time;
    69Estimated required disk space:  &gcc-compsize;</screen>
    710
    8 &aa-gcc-shortdesc;
     11<literallayout>Official download location for GCC (&gcc-version;):
     12<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/>
     13And for the GCC No-Fixincludes Patch:
     14<ulink url="&patches-root;&gcc-nofixincludes-patch;"/></literallayout>
     15
    916&aa-gcc-dep;
    1017
     
    93100</sect2>
    94101
     102&aa-gcc-shortdesc;
     103&aa-gcc-desc;
     104
    95105</sect1>
    96106
  • chapter06/gettext.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-gettext">
     1<sect1 id="ch06-gettext" xreflabel="Gettext">
    22<title>Installing Gettext-&gettext-version;</title>
    33<?dbhtml filename="gettext.html" dir="chapter06"?>
     4
     5<para>The Gettext package contains utilities for internationalization and
     6localization. These allow programs to be compiled with Native Language Support
     7(NLS), enabling them to output messages in the user's native language.</para>
    48
    59<screen>Estimated build time:           &gettext-time;
    610Estimated required disk space:  &gettext-compsize;</screen>
    711
    8 &aa-gettext-shortdesc;
     12&aa-gettext-down;
    913&aa-gettext-dep;
    1014
     
    3842</sect2>
    3943
     44&aa-gettext-shortdesc;
     45&aa-gettext-desc;
     46
    4047</sect1>
    4148
  • chapter06/glibc.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-glibc">
     1<sect1 id="ch06-glibc" xreflabel="Glibc">
    22<title>Installing Glibc-&glibc-version;</title>
    33<?dbhtml filename="glibc.html" dir="chapter06"?>
     4
     5<para>The Glibc package contains the main C library. This library provides all
     6the basic routines for allocating memory, searching directories, opening and
     7closing files, reading and writing them, string handling, pattern matching,
     8arithmetic, and so on.</para>
    49
    510<screen>Estimated build time:           &glibc-time;
    611Estimated required disk space:  &glibc-compsize;</screen>
    712
    8 &aa-glibc-shortdesc;
     13&aa-glibc-down;
    914&aa-glibc-dep;
    1015
     
    1217
    1318<sect2>
    14 <title>Glibc installation</title>
     19<title>Installation of Glibc</title>
    1520
    1621<para>The Glibc build system is very well self-contained and will install
     
    121126
    122127</sect2>
     128
    123129&c6-cf-glibc;
     130
     131&aa-glibc-shortdesc;
     132&aa-glibc-desc;
     133
    124134</sect1>
    125135
  • chapter06/grep.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-grep">
     1<sect1 id="ch06-grep" xreflabel="Grep">
    22<title>Installing Grep-&grep-version;</title>
    33<?dbhtml filename="grep.html" dir="chapter06"?>
     4
     5<para>The Grep package contains programs for searching through files.</para>
    46
    57<screen>Estimated build time:           &grep-time;
    68Estimated required disk space:  &grep-compsize;</screen>
    79
    8 &aa-grep-shortdesc;
     10&aa-grep-down;
    911&aa-grep-dep;
    1012
     
    3537</sect2>
    3638
     39&aa-grep-shortdesc;
     40&aa-grep-desc;
     41
    3742</sect1>
    3843
  • chapter06/groff.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-groff">
     1<sect1 id="ch06-groff" xreflabel="Groff">
    22<title>Installing Groff-&groff-version;</title>
    33<?dbhtml filename="groff.html" dir="chapter06"?>
     4
     5<para>The Groff package contains programs for processing and formatting text.</para>
    46
    57<screen>Estimated build time:           &groff-time;
    68Estimated required disk space:  &groff-compsize;</screen>
    79
    8 &aa-groff-shortdesc;
     10&aa-groff-down;
    911&aa-groff-dep;
    1012
     
    4042</sect2>
    4143
     44&aa-groff-shortdesc;
     45&aa-groff-desc;
     46
    4247</sect1>
    4348
  • chapter06/grub.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-grub">
     1<sect1 id="ch06-grub" xreflabel="Grub">
    22<title>Installing Grub-&grub-version;</title>
    33<?dbhtml filename="grub.html" dir="chapter06"?>
     4
     5<para>The Grub package contains the GRand Unified Bootloader.</para>
    46
    57<screen>Estimated build time:           &grub-time;
    68Estimated required disk space:  &grub-compsize;</screen>
    79
    8 &aa-grub-shortdesc;
     10&aa-grub-down;
    911&aa-grub-dep;
    1012
     
    5052</sect2>
    5153
     54&aa-grub-shortdesc;
     55&aa-grub-desc;
     56
    5257</sect1>
    5358
  • chapter06/gzip.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-gzip">
     1<sect1 id="ch06-gzip" xreflabel="Gzip">
    22<title>Installing Gzip-&gzip-version;</title>
    33<?dbhtml filename="gzip.html" dir="chapter06"?>
     4
     5<para>The Gzip package contains programs for compressing and decompressing
     6files.</para>
    47
    58<screen>Estimated build time:           &gzip-time;
    69Estimated required disk space:  &gzip-compsize;</screen>
    710
    8 &aa-gzip-shortdesc;
     11&aa-gzip-down;
    912&aa-gzip-dep;
    1013
     
    4548</sect2>
    4649
     50&aa-gzip-shortdesc;
     51&aa-gzip-desc;
     52
    4753</sect1>
    4854
  • chapter06/inetutils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-inetutils">
     1<sect1 id="ch06-inetutils" xreflabel="Inetutils">
    22<title>Installing Inetutils-&inetutils-version;</title>
    33<?dbhtml filename="inetutils.html" dir="chapter06"?>
     4
     5<para>The Inetutils package contains programs for basic networking.</para>
    46
    57<screen>Estimated build time:           &inetutils-time;
    68Estimated required disk space:  &inetutils-compsize;</screen>
    79
    8 &aa-inetutils-shortdesc;
     10&aa-inetutils-down;
    911&aa-inetutils-dep;
    1012
     
    6668</sect2>
    6769
     70&aa-inetutils-shortdesc;
     71&aa-inetutils-desc;
     72
    6873</sect1>
    6974
  • chapter06/kbd.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-kbd">
     1<sect1 id="ch06-kbd" xreflabel="Kbd">
    22<title>Installing Kbd-&kbd-version;</title>
    33<?dbhtml filename="kbd.html" dir="chapter06"?>
     4
     5<para>The Kbd package contains keytable files and keyboard utilities.</para>
    46
    57<screen>Estimated build time:           &kbd-time;
    68Estimated required disk space:  &kbd-compsize;</screen>
    79
    8 &aa-kbd-shortdesc;
     10&aa-kbd-down;
    911&aa-kbd-dep;
    1012
     
    3638&c6-cf-keyboard;
    3739
     40&aa-kbd-shortdesc;
     41&aa-kbd-desc;
     42
    3843</sect1>
    3944
  • chapter06/kernel.xml

    r12c8f83b r5888299  
    55<screen>Estimated build time:           &kernel-time-headers;
    66Estimated required disk space:  &kernel-compsize-headers;</screen>
    7 
    8 &aa-kernel-shortdesc;
    9 &aa-kernel-dep;
    107
    118<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  • chapter06/less.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-less">
     1<sect1 id="ch06-less" xreflabel="Less">
    22<title>Installing Less-&less-version;</title>
    33<?dbhtml filename="less.html" dir="chapter06"?>
     4
     5<para>The Less package contains a text file viewer.</para>
    46
    57<screen>Estimated build time:           &less-time;
    68Estimated required disk space:  &less-compsize;</screen>
    79
    8 &aa-less-shortdesc;
     10&aa-less-down;
    911&aa-less-dep;
    1012
     
    3638</sect2>
    3739
     40&aa-less-shortdesc;
     41&aa-less-desc;
     42
    3843</sect1>
    3944
  • chapter06/lfs-utils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-lfs-utils">
     1<sect1 id="ch06-lfs-utils" xreflabel="Lfs-Utils">
    22<title>Installing Lfs-Utils-&lfs-utils-version;</title>
    33<?dbhtml filename="lfs-utils.html" dir="chapter06"?>
     4
     5<para>The Lfs-Utils package contains a few helper files.</para>
    46
    57<screen>Estimated build time:           &lfs-utils-time;
    68Estimated required disk space:  &lfs-utils-compsize;</screen>
    79
    8 &aa-lfs-utils-shortdesc;
     10&aa-lfs-utils-down;
    911&aa-lfs-utils-dep;
    1012
     
    2224<itemizedlist>
    2325<listitem><para><userinput>--with-libc</userinput>: This causes the
    24 <filename>mktemp</filename> program to use the <emphasis>mkstemp</emphasis>
     26<userinput>mktemp</userinput> program to use the <emphasis>mkstemp</emphasis>
    2527and <emphasis>mkdtemp</emphasis> functions from the system C
    2628library.</para></listitem>
     
    4648</sect2>
    4749
     50&aa-lfs-utils-shortdesc;
     51&aa-lfs-utils-desc;
     52
    4853</sect1>
    4954
  • chapter06/libtool.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-libtool">
     1<sect1 id="ch06-libtool" xreflabel="Libtool">
    22<title>Installing Libtool-&libtool-version;</title>
    33<?dbhtml filename="libtool.html" dir="chapter06"?>
     4
     5<para>The Libtool package contains the GNU generic library support script.
     6It wraps the complexity of using shared libraries in a consistent, portable
     7interface.</para>
    48
    59<screen>Estimated build time:           &libtool-time;
    610Estimated required disk space:  &libtool-compsize;</screen>
    711
    8 &aa-libtool-shortdesc;
     12&aa-libtool-down;
    913&aa-libtool-dep;
    1014
     
    3438</sect2>
    3539
     40&aa-libtool-shortdesc;
     41&aa-libtool-desc;
     42
    3643</sect1>
    3744
  • chapter06/m4.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-m4">
     1<sect1 id="ch06-m4" xreflabel="M4">
    22<title>Installing M4-&m4-version;</title>
    33<?dbhtml filename="m4.html" dir="chapter06"?>
     4
     5<para>The M4 package contains a macro processor.</para>
    46
    57<screen>Estimated build time:           &m4-time;
    68Estimated required disk space:  &m4-compsize;</screen>
    79
    8 &aa-m4-shortdesc;
     10&aa-m4-down;
    911&aa-m4-dep;
    1012
     
    3436</sect2>
    3537
     38&aa-m4-shortdesc;
     39&aa-m4-desc;
     40
    3641</sect1>
    3742
  • chapter06/make.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-make">
     1<sect1 id="ch06-make" xreflabel="Make">
    22<title>Installing Make-&make-version;</title>
    33<?dbhtml filename="make.html" dir="chapter06"?>
     4
     5<para>The Make package contains a program for compiling large packages.</para>
    46
    57<screen>Estimated build time:           &make-time;
    68Estimated required disk space:  &make-compsize;</screen>
    79
    8 &aa-make-shortdesc;
     10&aa-make-down;
    911&aa-make-dep;
    1012
     
    3436</sect2>
    3537
     38&aa-make-shortdesc;
     39&aa-make-desc;
     40
    3641</sect1>
    3742
  • chapter06/makedev.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-MAKEDEV">
    2 <title>Creating devices (Makedev-&makedev-version;)</title>
     1<sect1 id="ch06-MAKEDEV" xreflabel="Makedev">
     2<title>Creating devices with Makedev-&makedev-version;</title>
    33<?dbhtml filename="makedev.html" dir="chapter06"?>
     4
     5<para>The MAKEDEV package contains a script for making device nodes.</para>
    46
    57<screen>Estimated build time:           &makedev-time;
    68Estimated required disk space:  &makedev-compsize;</screen>
    79
    8 &aa-makedev-shortdesc;
     10&aa-makedev-down;
    911&aa-makedev-dep;
    1012
     
    1214
    1315<sect2>
    14 <title>Creating devices</title>
     16<title>Making devices</title>
    1517
    1618<para>Note that unpacking the <filename>MAKEDEV-&makedev-version;.bz2</filename>
     
    6870</sect2>
    6971
     72&aa-makedev-shortdesc;
     73&aa-makedev-desc;
     74
    7075</sect1>
    7176
  • chapter06/man.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-man">
     1<sect1 id="ch06-man" xreflabel="Man">
    22<title>Installing Man-&man-version;</title>
    33<?dbhtml filename="man.html" dir="chapter06"?>
     4
     5<para>The Man package contains programs for finding and viewing manual pages.</para>
    46
    57<screen>Estimated build time:           &man-time;
    68Estimated required disk space:  &man-compsize;</screen>
    79
    8 &aa-man-shortdesc;
     10&aa-man-down;
    911&aa-man-dep;
    1012
     
    7173</sect2>
    7274
     75&aa-man-shortdesc;
     76&aa-man-desc;
     77
    7378</sect1>
    7479
  • chapter06/manpages.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-man-pages">
     1<sect1 id="ch06-man-pages" xreflabel="Man-pages">
    22<title>Installing Man-pages-&man-pages-version;</title>
    33<?dbhtml filename="man-pages.html" dir="chapter06"?>
     4
     5<para>The Man-pages package contains over 1200 manual pages.</para>
    46
    57<screen>Estimated build time:           &man-pages-time;
    68Estimated required disk space:  &man-pages-compsize;</screen>
    79
    8 &aa-manpages-shortdesc;
     10&aa-manpages-down;
    911&aa-manpages-dep;
    1012
     
    2022</sect2>
    2123
     24&aa-manpages-shortdesc;
     25&aa-manpages-desc;
     26
    2227</sect1>
    2328
  • chapter06/modutils.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-modutils">
     1<sect1 id="ch06-modutils" xreflabel="Modutils">
    22<title>Installing Modutils-&modutils-version;</title>
    33<?dbhtml filename="modutils.html" dir="chapter06"?>
     4
     5<para>The Modutils package contains programs for handling kernel modules.</para>
    46
    57<screen>Estimated build time:           &modutils-time;
    68Estimated required disk space:  &modutils-compsize;</screen>
    79
    8 &aa-modutils-shortdesc;
     10&aa-modutils-down;
    911&aa-modutils-dep;
    1012
     
    2830</sect2>
    2931
     32&aa-modutils-shortdesc;
     33&aa-modutils-desc;
     34
    3035</sect1>
    3136
  • chapter06/ncurses.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-ncurses">
     1<sect1 id="ch06-ncurses" xreflabel="Ncurses">
    22<title>Installing Ncurses-&ncurses-version;</title>
    33<?dbhtml filename="ncurses.html" dir="chapter06"?>
     4
     5<para>The Ncurses package contains libraries for the terminal-independent
     6handling of character  screens.</para>
    47
    58<screen>Estimated build time:           &ncurses-time;
    69Estimated required disk space:  &ncurses-compsize;</screen>
    710
    8 &aa-ncurses-shortdesc;
     11&aa-ncurses-down;
    912&aa-ncurses-dep;
    1013
     
    5356</sect2>
    5457
     58&aa-ncurses-shortdesc;
     59&aa-ncurses-desc;
     60
    5561</sect1>
    5662
  • chapter06/nettools.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-net-tools">
     1<sect1 id="ch06-net-tools" xreflabel="Net-tools">
    22<title>Installing Net-tools-&net-tools-version;</title>
    33<?dbhtml filename="net-tools.html" dir="chapter06"?>
     4
     5<para>The Net-tools package contains programs for basic networking.</para>
    46
    57<screen>Estimated build time:           &net-tools-time;
    68Estimated required disk space:  &net-tools-compsize;</screen>
    79
    8 &aa-nettools-shortdesc;
     10&aa-nettools-down;
    911&aa-nettools-dep;
    1012
     
    4749</sect2>
    4850
     51&aa-nettools-shortdesc;
     52&aa-nettools-desc;
     53
    4954</sect1>
    5055
  • chapter06/patch.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-patch">
     1<sect1 id="ch06-patch" xreflabel="Patch">
    22<title>Installing Patch-&patch-version;</title>
    33<?dbhtml filename="patch.html" dir="chapter06"?>
     4
     5<para>The Patch package contains a program for modifying files.</para>
    46
    57<screen>Estimated build time:           &patch-time;
    68Estimated required disk space:  &patch-compsize;</screen>
    79
    8 &aa-patch-shortdesc;
     10&aa-patch-down;
    911&aa-patch-dep;
    1012
     
    3133</sect2>
    3234
     35&aa-patch-shortdesc;
     36&aa-patch-desc;
     37
    3338</sect1>
    3439
  • chapter06/perl.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-perl">
     1<sect1 id="ch06-perl" xreflabel="Perl">
    22<title>Installing Perl-&perl-version;</title>
    33<?dbhtml filename="perl.html" dir="chapter06"?>
     4
     5<para>The Perl package contains the Practical Extraction and Report Language.</para>
    46
    57<screen>Estimated build time:           &perl-time;
    68Estimated required disk space:  &perl-compsize;</screen>
    79
    8 &aa-perl-shortdesc;
     10<literallayout>Official download location for Perl (&perl-version;):
     11<ulink url="http://www.perl.com/"/></literallayout>
     12
    913&aa-perl-dep;
    1014
     
    5357</sect2>
    5458
     59&aa-perl-shortdesc;
     60&aa-perl-desc;
     61
    5562</sect1>
    5663
  • chapter06/procinfo.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-procinfo">
     1<sect1 id="ch06-procinfo" xreflabel="Procinfo">
    22<title>Installing Procinfo-&procinfo-version;</title>
    33<?dbhtml filename="procinfo.html" dir="chapter06"?>
     4
     5<para>The Procinfo package contains programs for displaying system information.</para>
    46
    57<screen>Estimated build time:           &procinfo-time;
    68Estimated required disk space:  &procinfo-compsize;</screen>
    79
    8 &aa-procinfo-shortdesc;
     10&aa-procinfo-down;
    911&aa-procinfo-dep;
    1012
     
    3133</sect2>
    3234
     35&aa-procinfo-shortdesc;
     36&aa-procinfo-desc;
     37
    3338</sect1>
    3439
  • chapter06/procps.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-procps">
     1<sect1 id="ch06-procps" xreflabel="Procps">
    22<title>Installing Procps-&procps-version;</title>
    33<?dbhtml filename="procps.html" dir="chapter06"?>
     4
     5<para>The Procps package contains programs for monitoring processes.</para>
    46
    57<screen>Estimated build time:           &procps-time;
    68Estimated required disk space:  &procps-compsize;</screen>
    79
    8 &aa-procps-shortdesc;
     10&aa-procps-down;
    911&aa-procps-dep;
    1012
     
    2830</sect2>
    2931
     32&aa-procps-shortdesc;
     33&aa-procps-desc;
     34
    3035</sect1>
    3136
  • chapter06/psmisc.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-psmisc">
     1<sect1 id="ch06-psmisc" xreflabel="Psmisc">
    22<title>Installing Psmisc-&psmisc-version;</title>
    33<?dbhtml filename="psmisc.html" dir="chapter06"?>
     4
     5<para>The Psmisc package contains programs for displaying information on
     6processes.</para>
    47
    58<screen>Estimated build time:           &psmisc-time;
    69Estimated required disk space:  &psmisc-compsize;</screen>
    710
    8 &aa-psmisc-shortdesc;
     11&aa-psmisc-down;
    912&aa-psmisc-dep;
    1013
     
    5659</sect2>
    5760
     61&aa-psmisc-shortdesc;
     62&aa-psmisc-desc;
     63
    5864</sect1>
    5965
  • chapter06/sed.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-sed">
     1<sect1 id="ch06-sed" xreflabel="Sed">
    22<title>Installing Sed-&sed-version;</title>
    33<?dbhtml filename="sed.html" dir="chapter06"?>
     4
     5<para>The Sed package contains a stream editor.</para>
    46
    57<screen>Estimated build time:           &sed-time;
    68Estimated required disk space:  &sed-compsize;</screen>
    79
    8 &aa-sed-shortdesc;
     10&aa-sed-down;
    911&aa-sed-dep;
    1012
     
    3436</sect2>
    3537
     38&aa-sed-shortdesc;
     39&aa-sed-desc;
     40
    3641</sect1>
    3742
  • chapter06/shadowpwd.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-shadow">
     1<sect1 id="ch06-shadow" xreflabel="Shadow">
    22<title>Installing Shadow-&shadow-version;</title>
    33<?dbhtml filename="shadow.html" dir="chapter06"?>
     4
     5<para>The Shadow package contains programs for handling passwords in a secure
     6way.</para>
    47
    58<screen>Estimated build time:           &shadow-time;
    69Estimated required disk space:  &shadow-compsize;</screen>
    710
    8 &aa-shadowpwd-shortdesc;
     11&aa-shadowpwd-down;
    912&aa-shadowpwd-dep;
    1013
     
    122125&c6-cf-password;
    123126
     127&aa-shadowpwd-shortdesc;
     128&aa-shadowpwd-desc;
     129
    124130</sect1>
    125131
  • chapter06/sysklogd.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-sysklogd">
     1<sect1 id="ch06-sysklogd" xreflabel="Sysklogd">
    22<title>Installing Sysklogd-&sysklogd-version;</title>
    33<?dbhtml filename="sysklogd.html" dir="chapter06"?>
     4
     5<para>The Sysklogd package contains programs for logging system messages, such
     6as those given by the kernel when unusual things happen.</para>
    47
    58<screen>Estimated build time:           &sysklogd-time;
    69Estimated required disk space:  &sysklogd-compsize;</screen>
    710
    8 &aa-sysklogd-shortdesc;
     11&aa-sysklogd-down;
    912&aa-sysklogd-dep;
    1013
     
    2326
    2427</sect2>
     28
    2529&c6-cf-sysklogd;
     30
     31&aa-sysklogd-shortdesc;
     32&aa-sysklogd-desc;
     33
    2634</sect1>
    2735
  • chapter06/sysvinit.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-sysvinit">
     1<sect1 id="ch06-sysvinit" xreflabel="Sysvinit">
    22<title>Installing Sysvinit-&sysvinit-version;</title>
    33<?dbhtml filename="sysvinit.html" dir="chapter06"?>
     4
     5<para>The Sysvinit package contains programs for controlling the startup,
     6running, and shutdown of your system.</para>
    47
    58<screen>Estimated build time:           &sysvinit-time;
    69Estimated required disk space:  &sysvinit-compsize;</screen>
    710
    8 &aa-sysvinit-shortdesc;
     11&aa-sysvinit-down;
    912&aa-sysvinit-dep;
    1013
     
    3740
    3841</sect2>
     42
    3943&c6-cf-sysvinit;
     44
     45&aa-sysvinit-shortdesc;
     46&aa-sysvinit-desc;
     47
    4048</sect1>
    4149
  • chapter06/tar.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-tar">
     1<sect1 id="ch06-tar" xreflabel="Tar">
    22<title>Installing Tar-&tar-version;</title>
    33<?dbhtml filename="tar.html" dir="chapter06"?>
     4
     5<para>The Tar package contains an archiving program.</para>
    46
    57<screen>Estimated build time:           &tar-time;
    68Estimated required disk space:  &tar-compsize;</screen>
    79
    8 &aa-tar-shortdesc;
     10&aa-tar-down;
    911&aa-tar-dep;
    1012
     
    3537</sect2>
    3638
     39&aa-tar-shortdesc;
     40&aa-tar-desc;
     41
    3742</sect1>
    3843
  • chapter06/texinfo.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-texinfo">
     1<sect1 id="ch06-texinfo" xreflabel="Texinfo">
    22<title>Installing Texinfo-&texinfo-version;</title>
    33<?dbhtml filename="texinfo.html" dir="chapter06"?>
     4
     5<para>The Texinfo package contains programs for reading, writing, and
     6converting Info documents.</para>
    47
    58<screen>Estimated build time:           &texinfo-time;
    69Estimated required disk space:  &texinfo-compsize;</screen>
    710
    8 &aa-texinfo-shortdesc;
     11&aa-texinfo-down;
    912&aa-texinfo-dep;
    1013
     
    6063</sect2>
    6164
     65&aa-texinfo-shortdesc;
     66&aa-texinfo-desc;
     67
    6268</sect1>
    6369
  • chapter06/utillinux.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-util-linux">
     1<sect1 id="ch06-util-linux" xreflabel="Util-linux">
    22<title>Installing Util-linux-&util-linux-version;</title>
    33<?dbhtml filename="util-linux.html" dir="chapter06"?>
     4
     5<para>The Util-linux package contains miscellaneous utility programs. Among
     6them are utilities for handling filesystems, consoles, partitions, and
     7messages.</para>
    48
    59<screen>Estimated build time:           &util-linux-time;
    610Estimated required disk space:  &util-linux-compsize;</screen>
    711
    8 &aa-utillinux-shortdesc;
     12&aa-utillinux-down;
    913&aa-utillinux-dep;
    1014
     
    5660</sect2>
    5761
     62&aa-utillinux-shortdesc;
     63&aa-utillinux-desc;
     64
    5865</sect1>
    5966
  • chapter06/vim.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-vim">
     1<sect1 id="ch06-vim" xreflabel="Vim">
    22<title>Installing Vim-&vim-version;</title>
    33<?dbhtml filename="vim.html" dir="chapter06"?>
     4
     5<para>The Vim package contains a powerful text editor.</para>
    46
    57<screen>Estimated build time:           &vim-time;
    68Estimated required disk space:  &vim-compsize;</screen>
    79
     10&aa-vim-down;
     11&aa-vim-dep;
     12
     13<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     14
    815<sect2>
    916<title>Alternatives to Vim</title>
    10 
    1117<para>If you prefer another editor -- like Emacs, Joe, or Nano -- to Vim,
    1218have a look at <ulink url="&blfs-root;view/stable/postlfs/editors.html"/> for
    1319suggested installation instructions.</para>
    14 
    1520</sect2>
    16 
    17 &aa-vim-shortdesc;
    18 &aa-vim-dep;
    1921
    2022<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     
    6567&c6-cf-vim;
    6668
     69&aa-vim-shortdesc;
     70&aa-vim-desc;
     71
    6772</sect1>
    6873
  • chapter06/zlib.xml

    r12c8f83b r5888299  
    1 <sect1 id="ch06-zlib">
     1<sect1 id="ch06-zlib" xreflabel="Zlib">
    22<title>Installing Zlib-&zlib-version;</title>
    33<?dbhtml filename="zlib.html" dir="chapter06"?>
     4
     5<para>The Zlib package contains compression and uncompression routines used by
     6some programs.</para>
    47
    58<screen>Estimated build time:           &zlib-time;
    69Estimated required disk space:  &zlib-compsize;</screen>
    710
    8 &aa-zlib-shortdesc;
     11&aa-zlib-down;
    912&aa-zlib-dep;
    1013
     
    7982</sect2>
    8083
     84&aa-zlib-shortdesc;
     85&aa-zlib-desc;
     86
    8187</sect1>
    8288
Note: See TracChangeset for help on using the changeset viewer.