Tweaking the texts for build time and disk space.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2004-01-27 22:27:44 +00:00
parent daaa09419c
commit 69276a949a
81 changed files with 177 additions and 155 deletions

View File

@ -55,6 +55,12 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>January 27th, 2004 [alex]: Chapters 5 + 6 - Replaced 'build
time' and 'disk space' texts with entities for esy change.</para></listitem>
<listitem><para>January 26th, 2004 [alex]: Chapter 1 - Resources: Added links
to the Wiki and the LFS-References page.</para></listitem>
<listitem><para>January 25th, 2004 [greg]: Chapter 5 - Adding the user lfs: <listitem><para>January 25th, 2004 [greg]: Chapter 5 - Adding the user lfs:
Added "-k /dev/null" to the useradd command to prevent /etc/skel files from Added "-k /dev/null" to the useradd command to prevent /etc/skel files from
coming across.</para></listitem> coming across.</para></listitem>

View File

@ -3,7 +3,7 @@
<?dbhtml filename="version.html" dir="chapter01"?> <?dbhtml filename="version.html" dir="chapter01"?>
<para>This is version &version; of the Linux From Scratch book, dated <para>This is version &version; of the Linux From Scratch book, dated
&releasedate;. If this book is more than two months old, a newer and better &releasedate;. If this book is more than three months old, a newer and better
version is probably already available. To find out, check one of the mirrors version is probably already available. To find out, check one of the mirrors
listed on <ulink url="http://www.linuxfromscratch.org/"/>.</para> listed on <ulink url="http://www.linuxfromscratch.org/"/>.</para>

View File

@ -2,8 +2,8 @@
<title>Installing Bash-&bash-version;</title> <title>Installing Bash-&bash-version;</title>
<?dbhtml filename="bash.html" dir="chapter05"?> <?dbhtml filename="bash.html" dir="chapter05"?>
<screen>Estimated build time: &bash-time-tools; <screen>&buildtime; &bash-time-tools;
Estimated required disk space: &bash-compsize-tools;</screen> &diskspace; &bash-compsize-tools;</screen>
&aa-bash-down; &aa-bash-down;
&aa-bash-dep; &aa-bash-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Binutils-&binutils-version; - Pass 1</title> <title>Installing Binutils-&binutils-version; - Pass 1</title>
<?dbhtml filename="binutils-pass1.html" dir="chapter05"?> <?dbhtml filename="binutils-pass1.html" dir="chapter05"?>
<screen>Estimated build time: &binutils-time-tools-pass1; <screen>&buildtime; &binutils-time-tools-pass1;
Estimated required disk space: &binutils-compsize-tools-pass1;</screen> &diskspace; &binutils-compsize-tools-pass1;</screen>
&aa-binutils-down; &aa-binutils-down;
&aa-binutils-dep; &aa-binutils-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Binutils-&binutils-version; - Pass 2</title> <title>Installing Binutils-&binutils-version; - Pass 2</title>
<?dbhtml filename="binutils-pass2.html" dir="chapter05"?> <?dbhtml filename="binutils-pass2.html" dir="chapter05"?>
<screen>Estimated build time: &binutils-time-tools-pass2; <screen>&buildtime; &binutils-time-tools-pass2;
Estimated required disk space: &binutils-compsize-tools-pass2;</screen> &diskspace; &binutils-compsize-tools-pass2;</screen>
&aa-binutils-down; &aa-binutils-down;
&aa-binutils-dep; &aa-binutils-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Bzip2-&bzip2-version;</title> <title>Installing Bzip2-&bzip2-version;</title>
<?dbhtml filename="bzip2.html" dir="chapter05"?> <?dbhtml filename="bzip2.html" dir="chapter05"?>
<screen>Estimated build time: &bzip2-time-tools; <screen>&buildtime; &bzip2-time-tools;
Estimated required disk space: &bzip2-compsize-tools;</screen> &diskspace; &bzip2-compsize-tools;</screen>
&aa-bzip2-down; &aa-bzip2-down;
&aa-bzip2-dep; &aa-bzip2-dep;

View File

@ -316,6 +316,18 @@ issue the following commands to add the new user:</para>
<screen><userinput>useradd -s /bin/bash -m -k /dev/null lfs <screen><userinput>useradd -s /bin/bash -m -k /dev/null lfs
passwd lfs</userinput></screen> passwd lfs</userinput></screen>
<para>The meaning of the switches:</para>
<itemizedlist>
<listitem><para><userinput>-s /bin/bash</userinput>: This makes
<userinput>bash</userinput> the default shell for user
<emphasis>lfs</emphasis>.</para></listitem>
<listitem><para><userinput>-m -k /dev/null</userinput>: These create a home
directory for <emphasis>lfs</emphasis>, while preventing the files from a
possible <filename>/etc/skel</filename> being copied into it.</para></listitem>
</itemizedlist>
<para>Now grant this new user <emphasis>lfs</emphasis> full access to <para>Now grant this new user <emphasis>lfs</emphasis> full access to
<filename class="directory">$LFS/tools</filename> by giving it ownership <filename class="directory">$LFS/tools</filename> by giving it ownership
of the directory:</para> of the directory:</para>

View File

@ -2,8 +2,8 @@
<title>Installing Coreutils-&coreutils-version;</title> <title>Installing Coreutils-&coreutils-version;</title>
<?dbhtml filename="coreutils.html" dir="chapter05"?> <?dbhtml filename="coreutils.html" dir="chapter05"?>
<screen>Estimated build time: &coreutils-time-tools; <screen>&buildtime; &coreutils-time-tools;
Estimated required disk space: &coreutils-compsize-tools;</screen> &diskspace; &coreutils-compsize-tools;</screen>
<literallayout>Official download location for Coreutils (&coreutils-version;): <literallayout>Official download location for Coreutils (&coreutils-version;):
<ulink url="ftp://ftp.gnu.org/gnu/coreutils/"/> <ulink url="ftp://ftp.gnu.org/gnu/coreutils/"/>

View File

@ -4,8 +4,8 @@
<para>The DejaGnu package contains a framework for testing other programs.</para> <para>The DejaGnu package contains a framework for testing other programs.</para>
<screen>Estimated build time: &dejagnu-time-tools; <screen>&buildtime; &dejagnu-time-tools;
Estimated required disk space: &dejagnu-compsize-tools;</screen> &diskspace; &dejagnu-compsize-tools;</screen>
&aa-dejagnu-down; &aa-dejagnu-down;
&aa-dejagnu-dep; &aa-dejagnu-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Diffutils-&diffutils-version;</title> <title>Installing Diffutils-&diffutils-version;</title>
<?dbhtml filename="diffutils.html" dir="chapter05"?> <?dbhtml filename="diffutils.html" dir="chapter05"?>
<screen>Estimated build time: &diffutils-time-tools; <screen>&buildtime; &diffutils-time-tools;
Estimated required disk space: &diffutils-compsize-tools;</screen> &diskspace; &diffutils-compsize-tools;</screen>
&aa-diffutils-down; &aa-diffutils-down;
&aa-diffutils-dep; &aa-diffutils-dep;

View File

@ -5,8 +5,8 @@
<para>The Expect package contains a program for doing scripted dialogues with <para>The Expect package contains a program for doing scripted dialogues with
other interactive programs.</para> other interactive programs.</para>
<screen>Estimated build time: &expect-time-tools; <screen>&buildtime; &expect-time-tools;
Estimated required disk space: &expect-compsize-tools;</screen> &diskspace; &expect-compsize-tools;</screen>
&aa-expect-down; &aa-expect-down;
&aa-expect-dep; &aa-expect-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Findutils-&findutils-version;</title> <title>Installing Findutils-&findutils-version;</title>
<?dbhtml filename="findutils.html" dir="chapter05"?> <?dbhtml filename="findutils.html" dir="chapter05"?>
<screen>Estimated build time: &findutils-time-tools; <screen>&buildtime; &findutils-time-tools;
Estimated required disk space: &findutils-compsize-tools;</screen> &diskspace; &findutils-compsize-tools;</screen>
&aa-findutils-down; &aa-findutils-down;
&aa-findutils-dep; &aa-findutils-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Gawk-&gawk-version;</title> <title>Installing Gawk-&gawk-version;</title>
<?dbhtml filename="gawk.html" dir="chapter05"?> <?dbhtml filename="gawk.html" dir="chapter05"?>
<screen>Estimated build time: &gawk-time-tools; <screen>&buildtime; &gawk-time-tools;
Estimated required disk space: &gawk-compsize-tools;</screen> &diskspace; &gawk-compsize-tools;</screen>
<literallayout>Official download location for Gawk (&gawk-version;): <literallayout>Official download location for Gawk (&gawk-version;):
<ulink url="ftp://ftp.gnu.org/pub/gnu/gawk/"/></literallayout> <ulink url="ftp://ftp.gnu.org/pub/gnu/gawk/"/></literallayout>

View File

@ -2,8 +2,8 @@
<title>Installing GCC-&gcc-version; - Pass 1</title> <title>Installing GCC-&gcc-version; - Pass 1</title>
<?dbhtml filename="gcc-pass1.html" dir="chapter05"?> <?dbhtml filename="gcc-pass1.html" dir="chapter05"?>
<screen>Estimated build time: &gcc-time-tools-pass1; <screen>&buildtime; &gcc-time-tools-pass1;
Estimated required disk space: &gcc-compsize-tools-pass1;</screen> &diskspace; &gcc-compsize-tools-pass1;</screen>
<literallayout>Official download location for GCC (&gcc-version;): <literallayout>Official download location for GCC (&gcc-version;):
<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/></literallayout> <ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/></literallayout>

View File

@ -2,8 +2,8 @@
<title>Installing GCC-&gcc-version; - Pass 2</title> <title>Installing GCC-&gcc-version; - Pass 2</title>
<?dbhtml filename="gcc-pass2.html" dir="chapter05"?> <?dbhtml filename="gcc-pass2.html" dir="chapter05"?>
<screen>Estimated build time: &gcc-time-tools-pass2; <screen>&buildtime; &gcc-time-tools-pass2;
Estimated required disk space: &gcc-compsize-tools-pass2;</screen> &diskspace; &gcc-compsize-tools-pass2;</screen>
&aa-gcc-down; &aa-gcc-down;
&aa-gcc-dep; &aa-gcc-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Gettext-&gettext-version;</title> <title>Installing Gettext-&gettext-version;</title>
<?dbhtml filename="gettext.html" dir="chapter05"?> <?dbhtml filename="gettext.html" dir="chapter05"?>
<screen>Estimated build time: &gettext-time-tools; <screen>&buildtime; &gettext-time-tools;
Estimated required disk space: &gettext-compsize-tools;</screen> &diskspace; &gettext-compsize-tools;</screen>
&aa-gettext-down; &aa-gettext-down;
&aa-gettext-dep; &aa-gettext-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Glibc-&glibc-version;</title> <title>Installing Glibc-&glibc-version;</title>
<?dbhtml filename="glibc.html" dir="chapter05"?> <?dbhtml filename="glibc.html" dir="chapter05"?>
<screen>Estimated build time: &glibc-time-tools; <screen>&buildtime; &glibc-time-tools;
Estimated required disk space: &glibc-compsize-tools;</screen> &diskspace; &glibc-compsize-tools;</screen>
&aa-glibc-down; &aa-glibc-down;
&aa-glibc-dep; &aa-glibc-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Grep-&grep-version;</title> <title>Installing Grep-&grep-version;</title>
<?dbhtml filename="grep.html" dir="chapter05"?> <?dbhtml filename="grep.html" dir="chapter05"?>
<screen>Estimated build time: &grep-time-tools; <screen>&buildtime; &grep-time-tools;
Estimated required disk space: &grep-compsize-tools;</screen> &diskspace; &grep-compsize-tools;</screen>
&aa-grep-down; &aa-grep-down;
&aa-grep-dep; &aa-grep-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Gzip-&gzip-version;</title> <title>Installing Gzip-&gzip-version;</title>
<?dbhtml filename="gzip.html" dir="chapter05"?> <?dbhtml filename="gzip.html" dir="chapter05"?>
<screen>Estimated build time: &gzip-time-tools; <screen>&buildtime; &gzip-time-tools;
Estimated required disk space: &gzip-compsize-tools;</screen> &diskspace; &gzip-compsize-tools;</screen>
&aa-gzip-down; &aa-gzip-down;
&aa-gzip-dep; &aa-gzip-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Linux-&kernel-version; headers</title> <title>Installing Linux-&kernel-version; headers</title>
<?dbhtml filename="kernel-headers.html" dir="chapter05"?> <?dbhtml filename="kernel-headers.html" dir="chapter05"?>
<screen>Estimated build time: &kernel-time-headers; <screen>&buildtime; &kernel-time-headers;
Estimated required disk space: &kernel-compsize-headers;</screen> &diskspace; &kernel-compsize-headers;</screen>
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

View File

@ -2,8 +2,8 @@
<title>Installing Make-&make-version;</title> <title>Installing Make-&make-version;</title>
<?dbhtml filename="make.html" dir="chapter05"?> <?dbhtml filename="make.html" dir="chapter05"?>
<screen>Estimated build time: &make-time-tools; <screen>&buildtime; &make-time-tools;
Estimated required disk space: &make-compsize-tools;</screen> &diskspace; &make-compsize-tools;</screen>
&aa-make-down; &aa-make-down;
&aa-make-dep; &aa-make-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Ncurses-&ncurses-version;</title> <title>Installing Ncurses-&ncurses-version;</title>
<?dbhtml filename="ncurses.html" dir="chapter05"?> <?dbhtml filename="ncurses.html" dir="chapter05"?>
<screen>Estimated build time: &ncurses-time-tools; <screen>&buildtime; &ncurses-time-tools;
Estimated required disk space: &ncurses-compsize-tools;</screen> &diskspace; &ncurses-compsize-tools;</screen>
&aa-ncurses-down; &aa-ncurses-down;
&aa-ncurses-dep; &aa-ncurses-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Patch-&patch-version;</title> <title>Installing Patch-&patch-version;</title>
<?dbhtml filename="patch.html" dir="chapter05"?> <?dbhtml filename="patch.html" dir="chapter05"?>
<screen>Estimated build time: &patch-time-tools; <screen>&buildtime; &patch-time-tools;
Estimated required disk space: &patch-compsize-tools;</screen> &diskspace; &patch-compsize-tools;</screen>
&aa-patch-down; &aa-patch-down;
&aa-patch-dep; &aa-patch-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Perl-&perl-version;</title> <title>Installing Perl-&perl-version;</title>
<?dbhtml filename="perl.html" dir="chapter05"?> <?dbhtml filename="perl.html" dir="chapter05"?>
<screen>Estimated build time: &perl-time-tools; <screen>&buildtime; &perl-time-tools;
Estimated required disk space: &perl-compsize-tools;</screen> &diskspace; &perl-compsize-tools;</screen>
&aa-perl-down; &aa-perl-down;
&aa-perl-dep; &aa-perl-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Sed-&sed-version;</title> <title>Installing Sed-&sed-version;</title>
<?dbhtml filename="sed.html" dir="chapter05"?> <?dbhtml filename="sed.html" dir="chapter05"?>
<screen>Estimated build time: &sed-time-tools; <screen>&buildtime; &sed-time-tools;
Estimated required disk space: &sed-compsize-tools;</screen> &diskspace; &sed-compsize-tools;</screen>
&aa-sed-down; &aa-sed-down;
&aa-sed-dep; &aa-sed-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Tar-&tar-version;</title> <title>Installing Tar-&tar-version;</title>
<?dbhtml filename="tar.html" dir="chapter05"?> <?dbhtml filename="tar.html" dir="chapter05"?>
<screen>Estimated build time: &tar-time-tools; <screen>&buildtime; &tar-time-tools;
Estimated required disk space: &tar-compsize-tools;</screen> &diskspace; &tar-compsize-tools;</screen>
&aa-tar-down; &aa-tar-down;
&aa-tar-dep; &aa-tar-dep;

View File

@ -4,8 +4,8 @@
<para>The Tcl package contains the Tool Command Language.</para> <para>The Tcl package contains the Tool Command Language.</para>
<screen>Estimated build time: &tcl-time-tools; <screen>&buildtime; &tcl-time-tools;
Estimated required disk space: &tcl-compsize-tools;</screen> &diskspace; &tcl-compsize-tools;</screen>
&aa-tcl-down; &aa-tcl-down;
&aa-tcl-dep; &aa-tcl-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Texinfo-&texinfo-version;</title> <title>Installing Texinfo-&texinfo-version;</title>
<?dbhtml filename="texinfo.html" dir="chapter05"?> <?dbhtml filename="texinfo.html" dir="chapter05"?>
<screen>Estimated build time: &texinfo-time-tools; <screen>&buildtime; &texinfo-time-tools;
Estimated required disk space: &texinfo-compsize-tools;</screen> &diskspace; &texinfo-compsize-tools;</screen>
&aa-texinfo-down; &aa-texinfo-down;
&aa-texinfo-dep; &aa-texinfo-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Util-linux-&util-linux-version;</title> <title>Installing Util-linux-&util-linux-version;</title>
<?dbhtml filename="util-linux.html" dir="chapter05"?> <?dbhtml filename="util-linux.html" dir="chapter05"?>
<screen>Estimated build time: &util-linux-time-tools; <screen>&buildtime; &util-linux-time-tools;
Estimated required disk space: &util-linux-compsize-tools;</screen> &diskspace; &util-linux-compsize-tools;</screen>
&aa-utillinux-down; &aa-utillinux-down;
&aa-utillinux-dep; &aa-utillinux-dep;

View File

@ -5,8 +5,8 @@
<para>The Autoconf package contains programs for producing shell scripts that <para>The Autoconf package contains programs for producing shell scripts that
can automatically configure source code.</para> can automatically configure source code.</para>
<screen>Estimated build time: &autoconf-time; <screen>&buildtime; &autoconf-time;
Estimated required disk space: &autoconf-compsize;</screen> &diskspace; &autoconf-compsize;</screen>
&aa-autoconf-down; &aa-autoconf-down;
&aa-autoconf-dep; &aa-autoconf-dep;

View File

@ -5,8 +5,8 @@
<para>The Automake package contains programs for generating Makefiles for use <para>The Automake package contains programs for generating Makefiles for use
with Autoconf.</para> with Autoconf.</para>
<screen>Estimated build time: &automake-time; <screen>&buildtime; &automake-time;
Estimated required disk space: &automake-compsize;</screen> &diskspace; &automake-compsize;</screen>
&aa-automake-down; &aa-automake-down;
&aa-automake-dep; &aa-automake-dep;

View File

@ -4,8 +4,8 @@
<para>The Bash package contains the Bourne-Again SHell.</para> <para>The Bash package contains the Bourne-Again SHell.</para>
<screen>Estimated build time: &bash-time; <screen>&buildtime; &bash-time;
Estimated required disk space: &bash-compsize;</screen> &diskspace; &bash-compsize;</screen>
&aa-bash-down; &aa-bash-down;
&aa-bash-dep; &aa-bash-dep;

View File

@ -5,8 +5,8 @@
<para>The Binutils package contains a linker, an assembler, and other tools for <para>The Binutils package contains a linker, an assembler, and other tools for
handling object files.</para> handling object files.</para>
<screen>Estimated build time: &binutils-time; <screen>&buildtime; &binutils-time;
Estimated required disk space: &binutils-compsize;</screen> &diskspace; &binutils-compsize;</screen>
&aa-binutils-down; &aa-binutils-down;
&aa-binutils-dep; &aa-binutils-dep;

View File

@ -4,8 +4,8 @@
<para>The Bison package contains a parser generator.</para> <para>The Bison package contains a parser generator.</para>
<screen>Estimated build time: &bison-time; <screen>&buildtime; &bison-time;
Estimated required disk space: &bison-compsize;</screen> &diskspace; &bison-compsize;</screen>
&aa-bison-down; &aa-bison-down;
&aa-bison-dep; &aa-bison-dep;

View File

@ -4,8 +4,8 @@
<para>The LFS-Bootscripts package contains a set of bootscripts.</para> <para>The LFS-Bootscripts package contains a set of bootscripts.</para>
<screen>Estimated build time: &bootscripts-time; <screen>&buildtime; &bootscripts-time;
Estimated required disk space: &bootscripts-compsize;</screen> &diskspace; &bootscripts-compsize;</screen>
&aa-bootscripts-down; &aa-bootscripts-down;
&aa-bootscripts-dep; &aa-bootscripts-dep;

View File

@ -6,8 +6,8 @@
files. On text files they achieve a much better compression than the files. On text files they achieve a much better compression than the
traditional <userinput>gzip</userinput>.</para> traditional <userinput>gzip</userinput>.</para>
<screen>Estimated build time: &bzip2-time; <screen>&buildtime; &bzip2-time;
Estimated required disk space: &bzip2-compsize;</screen> &diskspace; &bzip2-compsize;</screen>
&aa-bzip2-down; &aa-bzip2-down;
&aa-bzip2-dep; &aa-bzip2-dep;

View File

@ -5,8 +5,8 @@
<para>The Coreutils package contains utilities for showing and setting the <para>The Coreutils package contains utilities for showing and setting the
basic system characteristics.</para> basic system characteristics.</para>
<screen>Estimated build time: &coreutils-time; <screen>&buildtime; &coreutils-time;
Estimated required disk space: &coreutils-compsize;</screen> &diskspace; &coreutils-compsize;</screen>
&aa-coreutils-down; &aa-coreutils-down;
&aa-coreutils-dep; &aa-coreutils-dep;

View File

@ -5,8 +5,8 @@
<para>The Diffutils package contains programs that show the differences <para>The Diffutils package contains programs that show the differences
between files or directories.</para> between files or directories.</para>
<screen>Estimated build time: &diffutils-time; <screen>&buildtime; &diffutils-time;
Estimated required disk space: &diffutils-compsize;</screen> &diskspace; &diffutils-compsize;</screen>
&aa-diffutils-down; &aa-diffutils-down;
&aa-diffutils-dep; &aa-diffutils-dep;

View File

@ -5,8 +5,8 @@
<para>The E2fsprogs package contains the utilities for handling the ext2 <para>The E2fsprogs package contains the utilities for handling the ext2
filesystem. It also supports the ext3 journaling filesystem.</para> filesystem. It also supports the ext3 journaling filesystem.</para>
<screen>Estimated build time: &e2fsprogs-time; <screen>&buildtime; &e2fsprogs-time;
Estimated required disk space: &e2fsprogs-compsize;</screen> &diskspace; &e2fsprogs-compsize;</screen>
&aa-e2fsprogs-down; &aa-e2fsprogs-down;
&aa-e2fsprogs-dep; &aa-e2fsprogs-dep;

View File

@ -4,8 +4,8 @@
<para>The Ed package contains a spartan line editor.</para> <para>The Ed package contains a spartan line editor.</para>
<screen>Estimated build time: &ed-time; <screen>&buildtime; &ed-time;
Estimated required disk space: &ed-compsize;</screen> &diskspace; &ed-compsize;</screen>
&aa-ed-down; &aa-ed-down;
&aa-ed-dep; &aa-ed-dep;

View File

@ -4,8 +4,8 @@
<para>The File package contains a utility for determining the type of files.</para> <para>The File package contains a utility for determining the type of files.</para>
<screen>Estimated build time: &file-time; <screen>&buildtime; &file-time;
Estimated required disk space: &file-compsize;</screen> &diskspace; &file-compsize;</screen>
&aa-file-down; &aa-file-down;
&aa-file-dep; &aa-file-dep;

View File

@ -6,8 +6,8 @@
done either by doing a live recursive search through a directory tree, or by done either by doing a live recursive search through a directory tree, or by
consulting a previously set up database.</para> consulting a previously set up database.</para>
<screen>Estimated build time: &findutils-time; <screen>&buildtime; &findutils-time;
Estimated required disk space: &findutils-compsize;</screen> &diskspace; &findutils-compsize;</screen>
&aa-findutils-down; &aa-findutils-down;
&aa-findutils-dep; &aa-findutils-dep;

View File

@ -5,8 +5,8 @@
<para>The Flex package contains a utility for generating programs that <para>The Flex package contains a utility for generating programs that
recognize patterns in text.</para> recognize patterns in text.</para>
<screen>Estimated build time: &flex-time; <screen>&buildtime; &flex-time;
Estimated required disk space: &flex-compsize;</screen> &diskspace; &flex-compsize;</screen>
&aa-flex-down; &aa-flex-down;
&aa-flex-dep; &aa-flex-dep;

View File

@ -4,8 +4,8 @@
<para>The Gawk package contains programs for manipulating text files.</para> <para>The Gawk package contains programs for manipulating text files.</para>
<screen>Estimated build time: &gawk-time; <screen>&buildtime; &gawk-time;
Estimated required disk space: &gawk-compsize;</screen> &diskspace; &gawk-compsize;</screen>
&aa-gawk-down; &aa-gawk-down;
&aa-gawk-dep; &aa-gawk-dep;

View File

@ -2,8 +2,8 @@
<title>Installing GCC-2.95.3</title> <title>Installing GCC-2.95.3</title>
<?dbhtml filename="gcc-2953.html" dir="chapter06"?> <?dbhtml filename="gcc-2953.html" dir="chapter06"?>
<screen>Estimated build time: &gcc-2953-time; <screen>&buildtime; &gcc-2953-time;
Estimated required disk space: &gcc-2953-compsize;</screen> &diskspace; &gcc-2953-compsize;</screen>
<sect2><title></title> <sect2><title></title>
<literallayout>Official download location for GCC-2 (&gcc-2953-version;): <literallayout>Official download location for GCC-2 (&gcc-2953-version;):

View File

@ -5,8 +5,8 @@
<para>The GCC package contains the GNU compiler collection, among them <para>The GCC package contains the GNU compiler collection, among them
the C and C++ compilers.</para> the C and C++ compilers.</para>
<screen>Estimated build time: &gcc-time; <screen>&buildtime; &gcc-time;
Estimated required disk space: &gcc-compsize;</screen> &diskspace; &gcc-compsize;</screen>
<literallayout>Official download location for GCC (&gcc-version;): <literallayout>Official download location for GCC (&gcc-version;):
<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/> <ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/>

View File

@ -6,8 +6,8 @@
localization. These allow programs to be compiled with Native Language Support localization. These allow programs to be compiled with Native Language Support
(NLS), enabling them to output messages in the user's native language.</para> (NLS), enabling them to output messages in the user's native language.</para>
<screen>Estimated build time: &gettext-time; <screen>&buildtime; &gettext-time;
Estimated required disk space: &gettext-compsize;</screen> &diskspace; &gettext-compsize;</screen>
&aa-gettext-down; &aa-gettext-down;
&aa-gettext-dep; &aa-gettext-dep;

View File

@ -7,8 +7,8 @@ the basic routines for allocating memory, searching directories, opening and
closing files, reading and writing them, string handling, pattern matching, closing files, reading and writing them, string handling, pattern matching,
arithmetic, and so on.</para> arithmetic, and so on.</para>
<screen>Estimated build time: &glibc-time; <screen>&buildtime; &glibc-time;
Estimated required disk space: &glibc-compsize;</screen> &diskspace; &glibc-compsize;</screen>
&aa-glibc-down; &aa-glibc-down;
&aa-glibc-dep; &aa-glibc-dep;

View File

@ -4,8 +4,8 @@
<para>The Grep package contains programs for searching through files.</para> <para>The Grep package contains programs for searching through files.</para>
<screen>Estimated build time: &grep-time; <screen>&buildtime; &grep-time;
Estimated required disk space: &grep-compsize;</screen> &diskspace; &grep-compsize;</screen>
&aa-grep-down; &aa-grep-down;
&aa-grep-dep; &aa-grep-dep;

View File

@ -4,8 +4,8 @@
<para>The Groff package contains programs for processing and formatting text.</para> <para>The Groff package contains programs for processing and formatting text.</para>
<screen>Estimated build time: &groff-time; <screen>&buildtime; &groff-time;
Estimated required disk space: &groff-compsize;</screen> &diskspace; &groff-compsize;</screen>
&aa-groff-down; &aa-groff-down;
&aa-groff-dep; &aa-groff-dep;

View File

@ -4,8 +4,8 @@
<para>The Grub package contains the GRand Unified Bootloader.</para> <para>The Grub package contains the GRand Unified Bootloader.</para>
<screen>Estimated build time: &grub-time; <screen>&buildtime; &grub-time;
Estimated required disk space: &grub-compsize;</screen> &diskspace; &grub-compsize;</screen>
&aa-grub-down; &aa-grub-down;
&aa-grub-dep; &aa-grub-dep;

View File

@ -5,8 +5,8 @@
<para>The Gzip package contains programs for compressing and decompressing <para>The Gzip package contains programs for compressing and decompressing
files.</para> files.</para>
<screen>Estimated build time: &gzip-time; <screen>&buildtime; &gzip-time;
Estimated required disk space: &gzip-compsize;</screen> &diskspace; &gzip-compsize;</screen>
&aa-gzip-down; &aa-gzip-down;
&aa-gzip-dep; &aa-gzip-dep;

View File

@ -4,8 +4,8 @@
<para>The Inetutils package contains programs for basic networking.</para> <para>The Inetutils package contains programs for basic networking.</para>
<screen>Estimated build time: &inetutils-time; <screen>&buildtime; &inetutils-time;
Estimated required disk space: &inetutils-compsize;</screen> &diskspace; &inetutils-compsize;</screen>
&aa-inetutils-down; &aa-inetutils-down;
&aa-inetutils-dep; &aa-inetutils-dep;

View File

@ -4,8 +4,8 @@
<para>The Kbd package contains keytable files and keyboard utilities.</para> <para>The Kbd package contains keytable files and keyboard utilities.</para>
<screen>Estimated build time: &kbd-time; <screen>&buildtime; &kbd-time;
Estimated required disk space: &kbd-compsize;</screen> &diskspace; &kbd-compsize;</screen>
&aa-kbd-down; &aa-kbd-down;
&aa-kbd-dep; &aa-kbd-dep;

View File

@ -2,8 +2,8 @@
<title>Installing Linux-&kernel-version; headers</title> <title>Installing Linux-&kernel-version; headers</title>
<?dbhtml filename="kernel.html" dir="chapter06"?> <?dbhtml filename="kernel.html" dir="chapter06"?>
<screen>Estimated build time: &kernel-time-headers; <screen>&buildtime; &kernel-time-headers;
Estimated required disk space: &kernel-compsize-headers;</screen> &diskspace; &kernel-compsize-headers;</screen>
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

View File

@ -4,8 +4,8 @@
<para>The Less package contains a text file viewer.</para> <para>The Less package contains a text file viewer.</para>
<screen>Estimated build time: &less-time; <screen>&buildtime; &less-time;
Estimated required disk space: &less-compsize;</screen> &diskspace; &less-compsize;</screen>
&aa-less-down; &aa-less-down;
&aa-less-dep; &aa-less-dep;

View File

@ -4,8 +4,8 @@
<para>The Lfs-Utils package contains a few helper files.</para> <para>The Lfs-Utils package contains a few helper files.</para>
<screen>Estimated build time: &lfs-utils-time; <screen>&buildtime; &lfs-utils-time;
Estimated required disk space: &lfs-utils-compsize;</screen> &diskspace; &lfs-utils-compsize;</screen>
&aa-lfs-utils-down; &aa-lfs-utils-down;
&aa-lfs-utils-dep; &aa-lfs-utils-dep;

View File

@ -6,8 +6,8 @@
It wraps the complexity of using shared libraries in a consistent, portable It wraps the complexity of using shared libraries in a consistent, portable
interface.</para> interface.</para>
<screen>Estimated build time: &libtool-time; <screen>&buildtime; &libtool-time;
Estimated required disk space: &libtool-compsize;</screen> &diskspace; &libtool-compsize;</screen>
&aa-libtool-down; &aa-libtool-down;
&aa-libtool-dep; &aa-libtool-dep;

View File

@ -4,8 +4,8 @@
<para>The M4 package contains a macro processor.</para> <para>The M4 package contains a macro processor.</para>
<screen>Estimated build time: &m4-time; <screen>&buildtime; &m4-time;
Estimated required disk space: &m4-compsize;</screen> &diskspace; &m4-compsize;</screen>
&aa-m4-down; &aa-m4-down;
&aa-m4-dep; &aa-m4-dep;

View File

@ -4,8 +4,8 @@
<para>The Make package contains a program for compiling large packages.</para> <para>The Make package contains a program for compiling large packages.</para>
<screen>Estimated build time: &make-time; <screen>&buildtime; &make-time;
Estimated required disk space: &make-compsize;</screen> &diskspace; &make-compsize;</screen>
&aa-make-down; &aa-make-down;
&aa-make-dep; &aa-make-dep;

View File

@ -4,8 +4,8 @@
<para>The MAKEDEV package contains a script for making device nodes.</para> <para>The MAKEDEV package contains a script for making device nodes.</para>
<screen>Estimated build time: &makedev-time; <screen>&buildtime; &makedev-time;
Estimated required disk space: &makedev-compsize;</screen> &diskspace; &makedev-compsize;</screen>
&aa-makedev-down; &aa-makedev-down;
&aa-makedev-dep; &aa-makedev-dep;

View File

@ -4,8 +4,8 @@
<para>The Man package contains programs for finding and viewing manual pages.</para> <para>The Man package contains programs for finding and viewing manual pages.</para>
<screen>Estimated build time: &man-time; <screen>&buildtime; &man-time;
Estimated required disk space: &man-compsize;</screen> &diskspace; &man-compsize;</screen>
&aa-man-down; &aa-man-down;
&aa-man-dep; &aa-man-dep;

View File

@ -4,8 +4,8 @@
<para>The Man-pages package contains over 1200 manual pages.</para> <para>The Man-pages package contains over 1200 manual pages.</para>
<screen>Estimated build time: &man-pages-time; <screen>&buildtime; &man-pages-time;
Estimated required disk space: &man-pages-compsize;</screen> &diskspace; &man-pages-compsize;</screen>
&aa-manpages-down; &aa-manpages-down;
&aa-manpages-dep; &aa-manpages-dep;

View File

@ -4,8 +4,8 @@
<para>The Modutils package contains programs for handling kernel modules.</para> <para>The Modutils package contains programs for handling kernel modules.</para>
<screen>Estimated build time: &modutils-time; <screen>&buildtime; &modutils-time;
Estimated required disk space: &modutils-compsize;</screen> &diskspace; &modutils-compsize;</screen>
&aa-modutils-down; &aa-modutils-down;
&aa-modutils-dep; &aa-modutils-dep;

View File

@ -5,8 +5,8 @@
<para>The Ncurses package contains libraries for the terminal-independent <para>The Ncurses package contains libraries for the terminal-independent
handling of character screens.</para> handling of character screens.</para>
<screen>Estimated build time: &ncurses-time; <screen>&buildtime; &ncurses-time;
Estimated required disk space: &ncurses-compsize;</screen> &diskspace; &ncurses-compsize;</screen>
&aa-ncurses-down; &aa-ncurses-down;
&aa-ncurses-dep; &aa-ncurses-dep;

View File

@ -4,8 +4,8 @@
<para>The Net-tools package contains programs for basic networking.</para> <para>The Net-tools package contains programs for basic networking.</para>
<screen>Estimated build time: &net-tools-time; <screen>&buildtime; &net-tools-time;
Estimated required disk space: &net-tools-compsize;</screen> &diskspace; &net-tools-compsize;</screen>
&aa-nettools-down; &aa-nettools-down;
&aa-nettools-dep; &aa-nettools-dep;

View File

@ -4,8 +4,8 @@
<para>The Patch package contains a program for modifying files.</para> <para>The Patch package contains a program for modifying files.</para>
<screen>Estimated build time: &patch-time; <screen>&buildtime; &patch-time;
Estimated required disk space: &patch-compsize;</screen> &diskspace; &patch-compsize;</screen>
&aa-patch-down; &aa-patch-down;
&aa-patch-dep; &aa-patch-dep;

View File

@ -4,8 +4,8 @@
<para>The Perl package contains the Practical Extraction and Report Language.</para> <para>The Perl package contains the Practical Extraction and Report Language.</para>
<screen>Estimated build time: &perl-time; <screen>&buildtime; &perl-time;
Estimated required disk space: &perl-compsize;</screen> &diskspace; &perl-compsize;</screen>
<literallayout>Official download location for Perl (&perl-version;): <literallayout>Official download location for Perl (&perl-version;):
<ulink url="http://www.perl.com/"/></literallayout> <ulink url="http://www.perl.com/"/></literallayout>

View File

@ -4,8 +4,8 @@
<para>The Procinfo package contains programs for displaying system information.</para> <para>The Procinfo package contains programs for displaying system information.</para>
<screen>Estimated build time: &procinfo-time; <screen>&buildtime; &procinfo-time;
Estimated required disk space: &procinfo-compsize;</screen> &diskspace; &procinfo-compsize;</screen>
&aa-procinfo-down; &aa-procinfo-down;
&aa-procinfo-dep; &aa-procinfo-dep;

View File

@ -4,8 +4,8 @@
<para>The Procps package contains programs for monitoring processes.</para> <para>The Procps package contains programs for monitoring processes.</para>
<screen>Estimated build time: &procps-time; <screen>&buildtime; &procps-time;
Estimated required disk space: &procps-compsize;</screen> &diskspace; &procps-compsize;</screen>
&aa-procps-down; &aa-procps-down;
&aa-procps-dep; &aa-procps-dep;

View File

@ -5,8 +5,8 @@
<para>The Psmisc package contains programs for displaying information on <para>The Psmisc package contains programs for displaying information on
processes.</para> processes.</para>
<screen>Estimated build time: &psmisc-time; <screen>&buildtime; &psmisc-time;
Estimated required disk space: &psmisc-compsize;</screen> &diskspace; &psmisc-compsize;</screen>
&aa-psmisc-down; &aa-psmisc-down;
&aa-psmisc-dep; &aa-psmisc-dep;

View File

@ -4,8 +4,8 @@
<para>The Sed package contains a stream editor.</para> <para>The Sed package contains a stream editor.</para>
<screen>Estimated build time: &sed-time; <screen>&buildtime; &sed-time;
Estimated required disk space: &sed-compsize;</screen> &diskspace; &sed-compsize;</screen>
&aa-sed-down; &aa-sed-down;
&aa-sed-dep; &aa-sed-dep;

View File

@ -5,8 +5,8 @@
<para>The Shadow package contains programs for handling passwords in a secure <para>The Shadow package contains programs for handling passwords in a secure
way.</para> way.</para>
<screen>Estimated build time: &shadow-time; <screen>&buildtime; &shadow-time;
Estimated required disk space: &shadow-compsize;</screen> &diskspace; &shadow-compsize;</screen>
&aa-shadowpwd-down; &aa-shadowpwd-down;
&aa-shadowpwd-dep; &aa-shadowpwd-dep;

View File

@ -5,8 +5,8 @@
<para>The Sysklogd package contains programs for logging system messages, such <para>The Sysklogd package contains programs for logging system messages, such
as those given by the kernel when unusual things happen.</para> as those given by the kernel when unusual things happen.</para>
<screen>Estimated build time: &sysklogd-time; <screen>&buildtime; &sysklogd-time;
Estimated required disk space: &sysklogd-compsize;</screen> &diskspace; &sysklogd-compsize;</screen>
&aa-sysklogd-down; &aa-sysklogd-down;
&aa-sysklogd-dep; &aa-sysklogd-dep;

View File

@ -5,8 +5,8 @@
<para>The Sysvinit package contains programs for controlling the startup, <para>The Sysvinit package contains programs for controlling the startup,
running, and shutdown of your system.</para> running, and shutdown of your system.</para>
<screen>Estimated build time: &sysvinit-time; <screen>&buildtime; &sysvinit-time;
Estimated required disk space: &sysvinit-compsize;</screen> &diskspace; &sysvinit-compsize;</screen>
&aa-sysvinit-down; &aa-sysvinit-down;
&aa-sysvinit-dep; &aa-sysvinit-dep;

View File

@ -4,8 +4,8 @@
<para>The Tar package contains an archiving program.</para> <para>The Tar package contains an archiving program.</para>
<screen>Estimated build time: &tar-time; <screen>&buildtime; &tar-time;
Estimated required disk space: &tar-compsize;</screen> &diskspace; &tar-compsize;</screen>
&aa-tar-down; &aa-tar-down;
&aa-tar-dep; &aa-tar-dep;

View File

@ -5,8 +5,8 @@
<para>The Texinfo package contains programs for reading, writing, and <para>The Texinfo package contains programs for reading, writing, and
converting Info documents.</para> converting Info documents.</para>
<screen>Estimated build time: &texinfo-time; <screen>&buildtime; &texinfo-time;
Estimated required disk space: &texinfo-compsize;</screen> &diskspace; &texinfo-compsize;</screen>
&aa-texinfo-down; &aa-texinfo-down;
&aa-texinfo-dep; &aa-texinfo-dep;

View File

@ -6,8 +6,8 @@
them are utilities for handling filesystems, consoles, partitions, and them are utilities for handling filesystems, consoles, partitions, and
messages.</para> messages.</para>
<screen>Estimated build time: &util-linux-time; <screen>&buildtime; &util-linux-time;
Estimated required disk space: &util-linux-compsize;</screen> &diskspace; &util-linux-compsize;</screen>
&aa-utillinux-down; &aa-utillinux-down;
&aa-utillinux-dep; &aa-utillinux-dep;

View File

@ -4,8 +4,8 @@
<para>The Vim package contains a powerful text editor.</para> <para>The Vim package contains a powerful text editor.</para>
<screen>Estimated build time: &vim-time; <screen>&buildtime; &vim-time;
Estimated required disk space: &vim-compsize;</screen> &diskspace; &vim-compsize;</screen>
&aa-vim-down; &aa-vim-down;
&aa-vim-dep; &aa-vim-dep;

View File

@ -5,8 +5,8 @@
<para>The Zlib package contains compression and uncompression routines used by <para>The Zlib package contains compression and uncompression routines used by
some programs.</para> some programs.</para>
<screen>Estimated build time: &zlib-time; <screen>&buildtime; &zlib-time;
Estimated required disk space: &zlib-compsize;</screen> &diskspace; &zlib-compsize;</screen>
&aa-zlib-down; &aa-zlib-down;
&aa-zlib-dep; &aa-zlib-dep;

View File

@ -21,6 +21,10 @@
<!ENTITY all-size-version "cvs-2003-10-06"> <!ENTITY all-size-version "cvs-2003-10-06">
<!ENTITY all-size-mb "134 MB"> <!ENTITY all-size-mb "134 MB">
<!ENTITY buildtime "Approximate build time: ">
<!ENTITY diskspace "Required disk space: ">
<!ENTITY book SYSTEM "book.xml"> <!ENTITY book SYSTEM "book.xml">
<!ENTITY bookinfo SYSTEM "bookinfo.xml"> <!ENTITY bookinfo SYSTEM "bookinfo.xml">