aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/bash.xml5
-rw-r--r--chapter05/binutils.xml5
-rw-r--r--chapter05/bzip2.xml5
-rw-r--r--chapter05/diffutils.xml5
-rw-r--r--chapter05/fileutils.xml5
-rw-r--r--chapter05/gcc.xml5
-rw-r--r--chapter05/grep.xml5
-rw-r--r--chapter05/gzip.xml5
-rw-r--r--chapter05/kernel.xml5
-rw-r--r--chapter05/make.xml5
-rw-r--r--chapter05/mawk.xml5
-rw-r--r--chapter05/patch.xml5
-rw-r--r--chapter05/sed.xml5
-rw-r--r--chapter05/shellutils.xml5
-rw-r--r--chapter05/tar.xml5
-rw-r--r--chapter05/texinfo.xml5
-rw-r--r--chapter05/textutils.xml5
-rw-r--r--chapter06/autoconf.xml5
-rw-r--r--chapter06/automake.xml5
-rw-r--r--chapter06/bash.xml5
-rw-r--r--chapter06/bin86.xml5
-rw-r--r--chapter06/binutils.xml5
-rw-r--r--chapter06/bison.xml5
-rw-r--r--chapter06/bzip2.xml5
-rw-r--r--chapter06/diffutils.xml5
-rw-r--r--chapter06/e2fsprogs.xml5
-rw-r--r--chapter06/ed.xml5
-rw-r--r--chapter06/file.xml5
-rw-r--r--chapter06/fileutils.xml5
-rw-r--r--chapter06/findutils.xml5
-rw-r--r--chapter06/flex.xml5
-rw-r--r--chapter06/gcc.xml5
-rw-r--r--chapter06/gettext.xml5
-rw-r--r--chapter06/glibc.xml5
-rw-r--r--chapter06/grep.xml5
-rw-r--r--chapter06/groff.xml5
-rw-r--r--chapter06/gzip.xml5
-rw-r--r--chapter06/kbd.xml5
-rw-r--r--chapter06/less.xml5
-rw-r--r--chapter06/libtool.xml5
-rw-r--r--chapter06/lilo.xml5
-rw-r--r--chapter06/m4.xml5
-rw-r--r--chapter06/make.xml5
-rw-r--r--chapter06/man.xml5
-rw-r--r--chapter06/manpages.xml5
-rw-r--r--chapter06/mawk.xml5
-rw-r--r--chapter06/modutils.xml5
-rw-r--r--chapter06/ncurses.xml5
-rw-r--r--chapter06/netkitbase.xml5
-rw-r--r--chapter06/nettools.xml5
-rw-r--r--chapter06/patch.xml5
-rw-r--r--chapter06/perl.xml5
-rw-r--r--chapter06/procinfo.xml5
-rw-r--r--chapter06/procps.xml5
-rw-r--r--chapter06/psmisc.xml5
-rw-r--r--chapter06/sed.xml5
-rw-r--r--chapter06/shadowpwd.xml5
-rw-r--r--chapter06/shellutils.xml5
-rw-r--r--chapter06/sysklogd.xml5
-rw-r--r--chapter06/sysvinit.xml5
-rw-r--r--chapter06/tar.xml5
-rw-r--r--chapter06/texinfo.xml5
-rw-r--r--chapter06/textutils.xml5
-rw-r--r--chapter06/utillinux.xml5
-rw-r--r--chapter06/vim.xml5
-rw-r--r--index.xml143
66 files changed, 463 insertions, 5 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 90cbb4ea1..9815a86dc 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-bash">
<title>Installing Bash</title>
+<screen>
+Estimated build time: &bash-time-static;
+Estimated disk space required: &bash-compsize-static;
+</screen>
+
&c5-bash-inst;
&c5-bash-exp;
&aa-bash-desc;
diff --git a/chapter05/binutils.xml b/chapter05/binutils.xml
index 8f50dd003..af286fe85 100644
--- a/chapter05/binutils.xml
+++ b/chapter05/binutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-binutils">
<title>Installing Binutils</title>
+<screen>
+Estimated build time: &binutils-time-static;
+Estimated disk space required: &binutils-compsize-static;
+</screen>
+
&c5-binutils-inst;
&c5-binutils-exp;
&aa-binutils-desc;
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index 1040c59c4..7c7368704 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-bzip2">
<title>Installing Bzip2</title>
+<screen>
+Estimated build time: &bzip2-time-static;
+Estimated disk space required: &bzip2-compsize-static;
+</screen>
+
&c5-bzip2-inst;
&c5-bzip2-exp;
&aa-bzip2-desc;
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index 1bdabd3d9..5486412a7 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-diffutils">
<title>Installing Diffutils</title>
+<screen>
+Estimated build time: &diffutils-time-static;
+Estimated disk space required: &diffutils-compsize-static;
+</screen>
+
&c5-diffutils-inst;
&c5-diffutils-exp;
&aa-diffutils-desc;
diff --git a/chapter05/fileutils.xml b/chapter05/fileutils.xml
index a7d4dae0e..49973ab4f 100644
--- a/chapter05/fileutils.xml
+++ b/chapter05/fileutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-fileutils">
<title>Installing Fileutils</title>
+<screen>
+Estimated build time: &fileutils-time-static;
+Estimated disk space required: &fileutils-compsize-static;
+</screen>
+
&c5-fileutils-inst;
&c5-fileutils-exp;
&aa-fileutils-desc;
diff --git a/chapter05/gcc.xml b/chapter05/gcc.xml
index 8b689cdba..490f822a7 100644
--- a/chapter05/gcc.xml
+++ b/chapter05/gcc.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-gcc">
<title>Installing GCC</title>
+<screen>
+Estimated build time: &gcc-time-static;
+Estimated disk space required: &gcc-compsize-static;
+</screen>
+
&c5-gcc-inst;
&c5-gcc-exp;
&aa-gcc-desc;
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 0f5b1760b..f651af762 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-grep">
<title>Installing Grep</title>
+<screen>
+Estimated build time: &grep-time-static;
+Estimated disk space required: &grep-compsize-static;
+</screen>
+
&c5-grep-inst;
&aa-grep-desc;
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml
index 2f7a4f92d..627752117 100644
--- a/chapter05/gzip.xml
+++ b/chapter05/gzip.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-gzip">
<title>Installing Gzip</title>
+<screen>
+Estimated build time: &gzip-time-static;
+Estimated disk space required: &gzip-compsize-static;
+</screen>
+
&c5-gzip-inst;
&aa-gzip-desc;
diff --git a/chapter05/kernel.xml b/chapter05/kernel.xml
index 125aeb484..c2b98ed49 100644
--- a/chapter05/kernel.xml
+++ b/chapter05/kernel.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-kernel">
<title>Installing Linux Kernel</title>
+<screen>
+Estimated build time: &kernel-time-static;
+Estimated disk space required: &kernel-compsize-static;
+</screen>
+
&c5-kernel-inst;
&c5-kernel-exp;
&aa-kernel-desc;
diff --git a/chapter05/make.xml b/chapter05/make.xml
index f75d727bb..d517aaed8 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-make">
<title>Installing Make</title>
+<screen>
+Estimated build time: &make-time-static;
+Estimated disk space required: &make-compsize-static;
+</screen>
+
&c5-make-inst;
&aa-make-desc;
diff --git a/chapter05/mawk.xml b/chapter05/mawk.xml
index d4d787566..d1df4cb84 100644
--- a/chapter05/mawk.xml
+++ b/chapter05/mawk.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-mawk">
<title>Installing Mawk</title>
+<screen>
+Estimated build time: &mawk-time-static;
+Estimated disk space required: &mawk-compsize-static;
+</screen>
+
&c5-mawk-inst;
&aa-mawk-desc;
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index d2f3f4436..f0dc91269 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-patch">
<title>Installing Patch</title>
+<screen>
+Estimated build time: &patch-time-static;
+Estimated disk space required: &patch-compsize-static;
+</screen>
+
&c5-patch-inst;
&aa-patch-desc;
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index e95f3bff2..d229c98ad 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-sed">
<title>Installing Sed</title>
+<screen>
+Estimated build time: &sed-time-static;
+Estimated disk space required: &sed-compsize-static;
+</screen>
+
&c5-sed-inst;
&aa-sed-desc;
diff --git a/chapter05/shellutils.xml b/chapter05/shellutils.xml
index d798dd55d..7a50fb11f 100644
--- a/chapter05/shellutils.xml
+++ b/chapter05/shellutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-shutils">
<title>Installing Sh-utils</title>
+<screen>
+Estimated build time: &sh-utils-time-static;
+Estimated disk space required: &sh-utils-compsize-static;
+</screen>
+
&c5-shellutils-inst;
&aa-shellutils-desc;
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 171a1de95..80fd0b1e1 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-tar">
<title>Installing Tar</title>
+<screen>
+Estimated build time: &tar-time-static;
+Estimated disk space required: &tar-compsize-static;
+</screen>
+
&c5-tar-inst;
&aa-tar-desc;
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 1e47c21ee..0f58a279d 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-texinfo">
<title>Installing Texinfo</title>
+<screen>
+Estimated build time: &texinfo-time-static;
+Estimated disk space required: &texinfo-compsize-static;
+</screen>
+
&c5-texinfo-inst;
&aa-texinfo-desc;
diff --git a/chapter05/textutils.xml b/chapter05/textutils.xml
index bad69bcb7..908ef48d6 100644
--- a/chapter05/textutils.xml
+++ b/chapter05/textutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch05-textutils">
<title>Installing Textutils</title>
+<screen>
+Estimated build time: &textutils-time-static;
+Estimated disk space required: &textutils-compsize-static;
+</screen>
+
&c5-textutils-inst;
&aa-textutils-desc;
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index 6c39ab22c..10caa664b 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-autoconf">
<title>Installing Autoconf</title>
+<screen>
+Estimated build time: &autoconf-time;
+Estimated disk space required: &autoconf-compsize;
+</screen>
+
&c6-autoconf-inst;
&aa-autoconf-desc;
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 205a854d1..0716739ff 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-automake">
<title>Installing Automake</title>
+<screen>
+Estimated build time: &automake-time;
+Estimated disk space required: &automake-compsize;
+</screen>
+
&c6-automake-inst;
&aa-automake-desc;
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 5223af8c2..380825a61 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-bash">
<title>Installing Bash</title>
+<screen>
+Estimated build time: &bash-time;
+Estimated disk space required: &bash-compsize;
+</screen>
+
&c6-bash-inst;
&aa-bash-desc;
diff --git a/chapter06/bin86.xml b/chapter06/bin86.xml
index a31e9af84..89e1c1a38 100644
--- a/chapter06/bin86.xml
+++ b/chapter06/bin86.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-bin86">
<title>Installing Bin86</title>
+<screen>
+Estimated build time: &bin86-time;
+Estimated disk space required: &bin86-compsize;
+</screen>
+
&c6-bin86-inst;
&aa-bin86-desc;
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 150249b96..6747c7a78 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-binutils">
<title>Installing Binutils</title>
+<screen>
+Estimated build time: &binutils-time;
+Estimated disk space required: &binutils-compsize;
+</screen>
+
&c6-binutils-inst;
&aa-binutils-desc;
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 8c3ab9fd0..790da35fb 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-bison">
<title>Installing Bison</title>
+<screen>
+Estimated build time: &bison-time;
+Estimated disk space required: &bison-compsize;
+</screen>
+
&c6-bison-inst;
&c6-bison-exp;
&aa-bison-desc;
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index 26cc475a2..dade55e31 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-bzip2">
<title>Installing Bzip2</title>
+<screen>
+Estimated build time: &bzip2-time;
+Estimated disk space required: &bzip2-compsize;
+</screen>
+
&c6-bzip2-inst;
&c6-bzip2-exp;
&aa-bzip2-desc;
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml
index c8f43e767..d11ba845e 100644
--- a/chapter06/diffutils.xml
+++ b/chapter06/diffutils.xml
@@ -1,6 +1,11 @@
<sect1 id="diffutils">
<title>Installing Diffutils</title>
+<screen>
+Estimated build time: &diffutils-time;
+Estimated disk space required: &diffutils-compsize;
+</screen>
+
&c6-diffutils-inst;
&aa-diffutils-desc;
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 0026e7c77..6c25f63ff 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-e2fsprogs">
<title>Installing E2fsprogs</title>
+<screen>
+Estimated build time: &e2fsprogs-time;
+Estimated disk space required: &e2fsprogs-compsize;
+</screen>
+
&c6-e2fsprogs-inst;
&aa-e2fsprogs-desc;
diff --git a/chapter06/ed.xml b/chapter06/ed.xml
index 3846452d2..3ac799728 100644
--- a/chapter06/ed.xml
+++ b/chapter06/ed.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-ed">
<title>Installing Ed</title>
+<screen>
+Estimated build time: &ed-time;
+Estimated disk space required: &ed-compsize;
+</screen>
+
&c6-ed-inst;
&aa-ed-desc;
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 21ee1607e..9125c8f2f 100644
--- a/chapter06/file.xml
+++ b/chapter06/file.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-file">
<title>Installing File</title>
+<screen>
+Estimated build time: &file-time;
+Estimated disk space required: &file-compsize;
+</screen>
+
&c6-file-inst;
&aa-file-desc;
diff --git a/chapter06/fileutils.xml b/chapter06/fileutils.xml
index 25f2c5cfc..6929da0eb 100644
--- a/chapter06/fileutils.xml
+++ b/chapter06/fileutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-fileutils">
<title>Installing Fileutils</title>
+<screen>
+Estimated build time: &fileutils-time;
+Estimated disk space required: &fileutils-compsize;
+</screen>
+
&c6-fileutils-inst;
&aa-fileutils-desc;
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 1959957c8..8e5d11660 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-findutils">
<title>Installing Findutils</title>
+<screen>
+Estimated build time: &findutils-time;
+Estimated disk space required: &findutils-compsize;
+</screen>
+
&c6-findutils-inst;
&aa-findutils-desc;
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index 485c4c5bb..2c8ea0647 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-flex">
<title>Installing Flex</title>
+<screen>
+Estimated build time: &flex-time;
+Estimated disk space required: &flex-compsize;
+</screen>
+
&c6-flex-inst;
&aa-flex-desc;
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index f7180b9d2..654292101 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-gcc">
<title>Installing GCC</title>
+<screen>
+Estimated build time: &gcc-time;
+Estimated disk space required: &gcc-compsize;
+</screen>
+
&c6-gcc-inst;
&aa-gcc-desc;
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index d252e96d2..5912a9313 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-gettext">
<title>Installing Gettext</title>
+<screen>
+Estimated build time: &gettext-time;
+Estimated disk space required: &gettext-compsize;
+</screen>
+
&c6-gettext-inst;
&aa-gettext-desc;
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 151cbbb6e..b6a0152ea 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-glibc">
<title>Installing Glibc</title>
+<screen>
+Estimated build time: &glibc-time;
+Estimated disk space required: &glibc-compsize;
+</screen>
+
&c6-glibc-inst;
&c6-glibc-exp;
&aa-glibc-desc;
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 39ae0953c..354545858 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-grep">
<title>Installing Grep</title>
+<screen>
+Estimated build time: &grep-time;
+Estimated disk space required: &grep-compsize;
+</screen>
+
&c6-grep-inst;
&aa-grep-desc;
diff --git a/chapter06/groff.xml b/chapter06/groff.xml
index e0698e28a..7228dbbb6 100644
--- a/chapter06/groff.xml
+++ b/chapter06/groff.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-groff">
<title>Installing Groff</title>
+<screen>
+Estimated build time: &groff-time;
+Estimated disk space required: &groff-compsize;
+</screen>
+
&c6-groff-inst;
&aa-groff-desc;
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index c61b8f567..9ce0e3ee2 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-gzip">
<title>Installing Gzip</title>
+<screen>
+Estimated build time: &gzip-time;
+Estimated disk space required: &gzip-compsize;
+</screen>
+
&c6-gzip-inst;
&aa-gzip-desc;
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 016798052..5857bd2c2 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-kbd">
<title>Installing Kbd</title>
+<screen>
+Estimated build time: &kbd-time;
+Estimated disk space required: &kbd-compsize;
+</screen>
+
&c6-kbd-inst;
&c6-kbd-exp;
&aa-kbd-desc;
diff --git a/chapter06/less.xml b/chapter06/less.xml
index a146d2532..b723f9122 100644
--- a/chapter06/less.xml
+++ b/chapter06/less.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-less">
<title>Installing Less</title>
+<screen>
+Estimated build time: &less-time;
+Estimated disk space required: &less-compsize;
+</screen>
+
&c6-less-inst;
&aa-less-desc;
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml
index 540885383..94135e34d 100644
--- a/chapter06/libtool.xml
+++ b/chapter06/libtool.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-libtool">
<title>Installing Libtool</title>
+<screen>
+Estimated build time: &libtool-time;
+Estimated disk space required: &libtool-compsize;
+</screen>
+
&c6-libtool-inst;
&aa-libtool-desc;
diff --git a/chapter06/lilo.xml b/chapter06/lilo.xml
index 456909729..33325f63d 100644
--- a/chapter06/lilo.xml
+++ b/chapter06/lilo.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-lilo">
<title>Installing Lilo</title>
+<screen>
+Estimated build time: &lilo-time;
+Estimated disk space required: &lilo-compsize;
+</screen>
+
&c6-lilo-inst;
&aa-lilo-desc;
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index 95219ff1f..ab1b8ce8e 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-m4">
<title>Installing M4</title>
+<screen>
+Estimated build time: &m4-time;
+Estimated disk space required: &m4-compsize;
+</screen>
+
&c6-m4-inst;
&aa-m4-desc;
diff --git a/chapter06/make.xml b/chapter06/make.xml
index de9d65ffe..4d90cf0ea 100644
--- a/chapter06/make.xml
+++ b/chapter06/make.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-make">
<title>Installing Make</title>
+<screen>
+Estimated build time: &make-time;
+Estimated disk space required: &make-compsize;
+</screen>
+
&c6-make-inst;
&aa-make-desc;
diff --git a/chapter06/man.xml b/chapter06/man.xml
index 90d3cfa8d..0dd38b9c8 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-man">
<title>Installing Man</title>
+<screen>
+Estimated build time: &man-time;
+Estimated disk space required: &man-compsize;
+</screen>
+
&c6-man-inst;
&aa-man-desc;
diff --git a/chapter06/manpages.xml b/chapter06/manpages.xml
index 0f1109855..4a77284f4 100644
--- a/chapter06/manpages.xml
+++ b/chapter06/manpages.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-manpages">
<title>Installing Man-pages</title>
+<screen>
+Estimated build time: &man-pages-time;
+Estimated disk space required: &man-pages-compsize;
+</screen>
+
&c6-manpages-inst;
&c6-manpages-exp;
&aa-manpages-desc;
diff --git a/chapter06/mawk.xml b/chapter06/mawk.xml
index 895d42c9c..1e1334ba0 100644
--- a/chapter06/mawk.xml
+++ b/chapter06/mawk.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-mawk">
<title>Installing Mawk</title>
+<screen>
+Estimated build time: &mawk-time;
+Estimated disk space required: &mawk-compsize;
+</screen>
+
&c6-mawk-inst;
&aa-mawk-desc;
diff --git a/chapter06/modutils.xml b/chapter06/modutils.xml
index e9dd039c3..b4d25eccd 100644
--- a/chapter06/modutils.xml
+++ b/chapter06/modutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-modutils">
<title>Installing Modutils</title>
+<screen>
+Estimated build time: &modutils-time;
+Estimated disk space required: &modutils-compsize;
+</screen>
+
&c6-modutils-inst;
&aa-modutils-desc;
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index ca97c1723..e9f17988e 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-ncurses">
<title>Installing Ncurses</title>
+<screen>
+Estimated build time: &ncurses-time;
+Estimated disk space required: &ncurses-compsize;
+</screen>
+
&c6-ncurses-inst;
&c6-ncurses-exp;
&aa-ncurses-desc;
diff --git a/chapter06/netkitbase.xml b/chapter06/netkitbase.xml
index 72bc97405..3d6ef1a81 100644
--- a/chapter06/netkitbase.xml
+++ b/chapter06/netkitbase.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-netkitbase">
<title>Installing Netkit-base</title>
+<screen>
+Estimated build time: &netkit-base-time;
+Estimated disk space required: &netkit-base-compsize;
+</screen>
+
&c6-netkitbase-inst;
&aa-netkitbase-desc;
diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml
index 1aa85a33d..6c74449af 100644
--- a/chapter06/nettools.xml
+++ b/chapter06/nettools.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-nettools">
<title>Installing Net-tools</title>
+<screen>
+Estimated build time: &net-tools-time;
+Estimated disk space required: &net-tools-compsize;
+</screen>
+
&c6-nettools-inst;
&aa-nettools-desc;
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 38a4cbf7f..537be5943 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-patch">
<title>Installing Patch</title>
+<screen>
+Estimated build time: &patch-time;
+Estimated disk space required: &patch-compsize;
+</screen>
+
&c6-patch-inst;
&aa-patch-desc;
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index a7d0c6265..e6862f2ef 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-perl">
<title>Installing Perl</title>
+<screen>
+Estimated build time: &perl-time;
+Estimated disk space required: &perl-compsize;
+</screen>
+
&c6-perl-inst;
&aa-perl-desc;
diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml
index 66ac49f05..a65af393d 100644
--- a/chapter06/procinfo.xml
+++ b/chapter06/procinfo.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-procinfo">
<title>Installing Procinfo</title>
+<screen>
+Estimated build time: &procinfo-time;
+Estimated disk space required: &procinfo-compsize;
+</screen>
+
&c6-procinfo-inst;
&c6-procinfo-exp;
&aa-procinfo-desc;
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 8ca0fa0ad..568cb4088 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-procps">
<title>Installing Procps</title>
+<screen>
+Estimated build time: &procps-time;
+Estimated disk space required: &procps-compsize;
+</screen>
+
&c6-procps-inst;
&c6-procps-exp;
&aa-procps-desc;
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 1b68c4fa0..f7e7d4b1b 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-psmisc">
<title>Installing Psmisc</title>
+<screen>
+Estimated build time: &psmisc-time;
+Estimated disk space required: &psmisc-compsize;
+</screen>
+
&c6-psmisc-inst;
&aa-psmisc-desc;
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index 44383fea4..54fa042bc 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-sed">
<title>Installing Sed</title>
+<screen>
+Estimated build time: &sed-time;
+Estimated disk space required: &sed-compsize;
+</screen>
+
&c6-sed-inst;
&aa-sed-desc;
diff --git a/chapter06/shadowpwd.xml b/chapter06/shadowpwd.xml
index b946ec399..5eebb9f10 100644
--- a/chapter06/shadowpwd.xml
+++ b/chapter06/shadowpwd.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-shadow">
<title>Installing Shadowpwd</title>
+<screen>
+Estimated build time: &shadow-time;
+Estimated disk space required: &shadow-compsize;
+</screen>
+
&c6-shadowpwd-inst;
&c6-shadowpwd-exp;
&aa-shadowpwd-desc;
diff --git a/chapter06/shellutils.xml b/chapter06/shellutils.xml
index c33c82d5a..0d067b4c1 100644
--- a/chapter06/shellutils.xml
+++ b/chapter06/shellutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-shutils">
<title>Installing Sh-utils</title>
+<screen>
+Estimated build time: &sh-utils-time;
+Estimated disk space required: &sh-utils-compsize;
+</screen>
+
&c6-shellutils-inst;
&aa-shellutils-desc;
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml
index c60b1e6e4..f581cccb7 100644
--- a/chapter06/sysklogd.xml
+++ b/chapter06/sysklogd.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-sysklogd">
<title>Installing Sysklogd</title>
+<screen>
+Estimated build time: &sysklogd-time;
+Estimated disk space required: &sysklogd-compsize;
+</screen>
+
&c6-sysklogd-inst;
&aa-sysklogd-desc;
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index 0ecdcc851..d0a7c53f0 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-sysvinit">
<title>Installing Sysvinit</title>
+<screen>
+Estimated build time: &sysvinit-time;
+Estimated disk space required: &sysvinit-compsize;
+</screen>
+
&c6-sysvinit-inst;
&aa-sysvinit-desc;
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index ad14c469a..aeafc69c5 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-tar">
<title>Installing Tar</title>
+<screen>
+Estimated build time: &tar-time;
+Estimated disk space required: &tar-compsize;
+</screen>
+
&c6-tar-inst;
&aa-tar-desc;
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index f85b3af2b..e523e9f0c 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-texinfo">
<title>Installing Texinfo</title>
+<screen>
+Estimated build time: &texinfo-time;
+Estimated disk space required: &texinfo-compsize;
+</screen>
+
&c6-texinfo-inst;
&aa-texinfo-desc;
diff --git a/chapter06/textutils.xml b/chapter06/textutils.xml
index f376ae310..3d4a83b6f 100644
--- a/chapter06/textutils.xml
+++ b/chapter06/textutils.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-textutils">
<title>Installing Textutils</title>
+<screen>
+Estimated build time: &textutils-time;
+Estimated disk space required: &textutils-compsize;
+</screen>
+
&c6-textutils-inst;
&aa-textutils-desc;
diff --git a/chapter06/utillinux.xml b/chapter06/utillinux.xml
index 84389463f..a9669dee9 100644
--- a/chapter06/utillinux.xml
+++ b/chapter06/utillinux.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-utillinux">
<title>Installing Util-linux</title>
+<screen>
+Estimated build time: &util-linux-time;
+Estimated disk space required: &util-linux-compsize;
+</screen>
+
&c6-utillinux-inst;
&c6-utillinux-exp;
&aa-utillinux-desc;
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index f13691833..e96d078fb 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-vim">
<title>Installing Vim</title>
+<screen>
+Estimated build time: &vim-time;
+Estimated disk space required: &vim-compsize;
+</screen>
+
&c6-vim-inst;
&aa-vim-desc;
diff --git a/index.xml b/index.xml
index fd5214f1a..9d6eb34c6 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "200107016">
-<!ENTITY releasedate "July 16th, 2001">
+<!ENTITY version "200107017">
+<!ENTITY releasedate "July 17th, 2001">
<!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">
<!ENTITY http-root "http://packages.linuxfromscratch.org">
@@ -522,63 +522,139 @@
<!ENTITY bash-version "2.05">
<!ENTITY bash-size "1,360 KB">
+<!ENTITY bash-compsize-static "static-bash MB">
+<!ENTITY bash-time-static "static-bash minutes">
+<!ENTITY bash-compsize "dynamic-bash MB">
+<!ENTITY bash-time "dynamic-bash MB">
<!ENTITY binutils-version "2.11.2">
<!ENTITY binutils-size "7,641.71 KB">
+<!ENTITY binutils-compsize-static "static-binutils MB">
+<!ENTITY binutils-time-static "static-binutils minutes">
+<!ENTITY binutils-compsize "dynamic-binutils MB">
+<!ENTITY binutils-time "dynamic-binutils minutes">
<!ENTITY bzip2-version "1.0.1">
<!ENTITY bzip2-size "410 KB">
+<!ENTITY bzip2-compsize-static "static-bzip2 MB">
+<!ENTITY bzip2-time-static "static-bzip2 minutes">
+<!ENTITY bzip2-compsize "dynamic-bzip2 MB">
+<!ENTITY bzip2-time "dynamic-bzip2 minutes">
<!ENTITY diffutils-version "2.7">
<!ENTITY diffutils-size "247 KB">
+<!ENTITY diffutils-compsize-static "static-diffutils MB">
+<!ENTITY diffutils-time-static "static-diffutils minutes">
+<!ENTITY diffutils-compsize "dynamic-diffutils MB">
+<!ENTITY diffutils-time "dynamic-diffutils minutes">
<!ENTITY fileutils-version "4.1">
<!ENTITY fileutils-size "1217.29 KB">
+<!ENTITY fileutils-compsize-static "static-fileutils MB">
+<!ENTITY fileutils-time-static "static-fileutils minutes">
+<!ENTITY fileutils-compsize "dynamic-fileutils MB">
+<!ENTITY fileutils-time "dynamic-fileutils minutes">
<!ENTITY gcc-version "3.0">
<!ENTITY gcc-size "13,402.63 KB">
<!ENTITY gcc-patch-size "0.36 KB">
+<!ENTITY gcc-compsize-static "static-gcctotal MB">
+<!ENTITY gcc-time-static "static-gcc minutes">
+<!ENTITY gcc-compsize "dynamic-gcctotal MB">
+<!ENTITY gcc-time "dynamic-gcc minutes">
<!ENTITY kernel-version "2.4.6">
<!ENTITY kernel-size "21,298.18 KB">
+<!ENTITY kernel-compsize-static "chapter5-kernel MB">
+<!ENTITY kernel-time-static "chapter5-kernel minutes">
+<!ENTITY kernel-compsize "Depends on options selected">
+<!ENTITY kernel-time "Depends on options selected">
<!ENTITY grep-version "2.4.2">
<!ENTITY grep-size "382 KB">
+<!ENTITY grep-compsize-static "static-grep MB">
+<!ENTITY grep-time-static "static-grep minutes">
+<!ENTITY grep-compsize "dynamic-grep MB">
+<!ENTITY grep-time "dynamic-grep minutes">
<!ENTITY gzip-version "1.2.4a">
<!ENTITY gzip-size "178 KB">
<!ENTITY gzip-patch-size "0.49 KB">
+<!ENTITY gzip-compsize-static "static-gzip MB">
+<!ENTITY gzip-time-static "static-gzip minutes">
+<!ENTITY gzip-compsize "dynamic-gzip MB">
+<!ENTITY gzip-time "dynamic-gzip minutes">
<!ENTITY make-version "3.79.1">
<!ENTITY make-size "794 KB">
+<!ENTITY make-patch-size "0.49 KB">
+<!ENTITY make-compsize-static "static-make MB">
+<!ENTITY make-time-static "static-make minutes">
+<!ENTITY make-compsize "dynamic-make MB">
+<!ENTITY make-time "dynamic-make minutes">
<!ENTITY sed-version "3.02">
<!ENTITY sed-size "221 KB">
+<!ENTITY sed-compsize-static "static-sed MB">
+<!ENTITY sed-time-static "static-sed minutes">
+<!ENTITY sed-compsize "dynamic-sed MB">
+<!ENTITY sed-time "dynamic-sed minutes">
<!ENTITY sh-utils-version "2.0">
<!ENTITY sh-utils-size "824 KB">
<!ENTITY sh-utils-patch-size "0.75 KB">
+<!ENTITY sh-utils-compsize-static "static-sh-utils MB">
+<!ENTITY sh-utils-time-static "static-sh-utils minutes">
+<!ENTITY sh-utils-compsize "dynamic-sh-utils MB">
+<!ENTITY sh-utils-time "dynamic-sh-utils minutes">
<!ENTITY tar-version "1.13">
<!ENTITY tar-size "730 KB">
<!ENTITY tar-patch-size "1.06 KB">
+<!ENTITY tar-compsize-static "static-tar MB">
+<!ENTITY tar-time-static "static-tar minutes">
+<!ENTITY tar-compsize "dynamic-tar MB">
+<!ENTITY tar-time "dynamic-tar minutes">
<!ENTITY textutils-version "2.0">
<!ENTITY textutils-size "1,040 KB">
+<!ENTITY textutils-compsize-static "static-textutils MB">
+<!ENTITY textutils-time-static "static-textutils minutes">
+<!ENTITY textutils-compsize "dynamic-textutils MB">
+<!ENTITY textutils-time "dynamic-textutils minutes">
<!ENTITY mawk-version "1.3.3">
<!ENTITY mawk-size "168 KB">
+<!ENTITY mawk-compsize-static "static-mawk MB">
+<!ENTITY mawk-time-static "static-mawk minutes">
+<!ENTITY mawk-compsize "dynamic-mawk MB">
+<!ENTITY mawk-time "dynamic-mawk minutes">
<!ENTITY texinfo-version "4.0">
<!ENTITY texinfo-size "812 KB">
<!ENTITY texinfo-patch-size "0.69 KB">
+<!ENTITY texinfo-compsize-static "static-texinfo MB">
+<!ENTITY texinfo-time-static "static-texinfo minutes">
+<!ENTITY texinfo-compsize "dynamic-texinfo MB">
+<!ENTITY texinfo-time "dynamic-texinfo minutes">
+
+<!ENTITY patch-version "2.5.4">
+<!ENTITY patch-size "149 KB">
+<!ENTITY patch-compsize-static "static-patch MB">
+<!ENTITY patch-time-static "static-patch minutes">
+<!ENTITY patch-compsize "dynamic-patch MB">
+<!ENTITY patch-time "dynamic-patch minutes">
<!ENTITY gettext-version "0.10.38">
<!ENTITY gettext-size "841.21 KB">
+<!ENTITY gettext-compsize "gettext MB">
+<!ENTITY gettext-time "gettext minutes">
<!ENTITY glibc-version "2.2.3">
<!ENTITY glibc-size "11,091.19 KB">
<!ENTITY glibc-threads-size "158.93 KB">
+<!ENTITY glibc-compsize "glibc MB">
+<!ENTITY glibc-time "glibc minutes">
<!ENTITY makedev-version "1.1">
<!ENTITY makedev-size "6.67 KB">
@@ -586,102 +662,159 @@
<!ENTITY man-pages-version "1.38">
<!ENTITY man-pages-size "485.84 KB">
<!ENTITY man-pages-patch-size "2 KB">
+<!ENTITY man-pages-compsize "manpages MB">
+<!ENTITY man-pages-time "manpages minutes">
<!ENTITY ed-version "0.2">
<!ENTITY ed-size "158 KB">
-
-<!ENTITY patch-version "2.5.4">
-<!ENTITY patch-size "149 KB">
+<!ENTITY ed-compsize "ed MB">
+<!ENTITY ed-time "ed minutes">
<!ENTITY findutils-version "4.1">
<!ENTITY findutils-size "226 KB">
<!ENTITY findutils-patch-size "1.01 KB">
+<!ENTITY findutils-compsize "findutils MB">
+<!ENTITY findutils-time "findutils minutes">
<!ENTITY ncurses-version "5.2">
<!ENTITY ncurses-size "1,308 KB">
<!ENTITY ncurses-patch-size "447.86 KB">
+<!ENTITY ncurses-compsize "ncurses MB">
+<!ENTITY ncurses-time "ncurses minutes">
<!ENTITY vim-version "5.8">
<!ENTITY vim-rt-size "1,045.53 KB">
<!ENTITY vim-src-size "864.27 KB">
+<!ENTITY vim-compsize "vim MB">
+<!ENTITY vim-time "vim minutes">
<!ENTITY bison-version "1.28">
<!ENTITY bison-size "321 KB">
+<!ENTITY bison-compsize "bison MB">
+<!ENTITY bison-time "bison minutes">
<!ENTITY less-version "358">
<!ENTITY less-size "178 KB">
+<!ENTITY less-compsize "less MB">
+<!ENTITY less-time "less minutes">
<!ENTITY groff-version "1.17.2">
<!ENTITY groff-size "1,213.89 KB">
+<!ENTITY groff-compsize "groff MB">
+<!ENTITY groff-time "groff minutes">
<!ENTITY man-version "1.5i2">
<!ENTITY man-size "158.26 KB">
<!ENTITY man-patch-size "0.93 KB">
+<!ENTITY man-compsize "man MB">
+<!ENTITY man-time "man minutes">
<!ENTITY perl-version "5.6.1">
<!ENTITY perl-size "4,750.30 KB">
+<!ENTITY perl-compsize "perl MB">
+<!ENTITY perl-time "perl minutes">
<!ENTITY m4-version "1.4">
<!ENTITY m4-size "249 KB">
+<!ENTITY m4-compsize "m4 MB">
+<!ENTITY m4-time "m4 minutes">
<!ENTITY autoconf-version "2.50">
<!ENTITY autoconf-size "597.19 KB">
+<!ENTITY autoconf-compsize "autoconf MB">
+<!ENTITY autoconf-time "autoconf minutes">
<!ENTITY automake-version "1.4-p4">
<!ENTITY automake-size "288.20 KB">
+<!ENTITY automake-compsize "automake MB">
+<!ENTITY automake-time "automake minutes">
<!ENTITY flex-version "2.5.4a">
<!ENTITY flex-size "278 KB">
+<!ENTITY flex-compsize "flex MB">
+<!ENTITY flex-time "flex minutes">
<!ENTITY file-version "3.35">
<!ENTITY file-size "130.90 KB">
+<!ENTITY file-compsize "file MB">
+<!ENTITY file-time "file minutes">
<!ENTITY libtool-version "1.4">
<!ENTITY libtool-size "604.79 KB">
+<!ENTITY libtool-compsize "libtool MB">
+<!ENTITY libtool-time "libtool minutes">
<!ENTITY bin86-version "0.16.0">
<!ENTITY bin86-size "113.07 KB">
+<!ENTITY bin86-compsize "bin86 MB">
+<!ENTITY bin86-time "bin86 minutes">
<!ENTITY kbd-version "1.06">
<!ENTITY kbd-size "559.02 KB">
+<!ENTITY kbd-compsize "kbd MB">
+<!ENTITY kbd-time "kbd minutes">
<!ENTITY e2fsprogs-version "1.22">
<!ENTITY e2fsprogs-size "1,011.46 KB">
+<!ENTITY e2fsprogs-compsize "e2fsprogs MB">
+<!ENTITY e2fsprogs-time "e2fsprogs minutes">
<!ENTITY lilo-version "21.7.5">
<!ENTITY lilo-size "174.53 KB">
+<!ENTITY lilo-compsize "lilo MB">
+<!ENTITY lilo-time "lilo minutes">
<!ENTITY modutils-version "2.4.6">
<!ENTITY modutils-size "199.20 KB">
+<!ENTITY modutils-compsize "modutils MB">
+<!ENTITY modutils-time "modutils minutes">
<!ENTITY procinfo-version "18">
<!ENTITY procinfo-size "22 KB">
+<!ENTITY procinfo-compsize "procinfo MB">
+<!ENTITY procinfo-time "procinfo minutes">
<!ENTITY procps-version "2.0.7">
<!ENTITY procps-size "153 KB">
+<!ENTITY procps-compsize "procps MB">
+<!ENTITY procps-time "procps minutes">
<!ENTITY psmisc-version "20.1">
<!ENTITY psmisc-size "51 KB">
+<!ENTITY psmisc-compsize "psmisc MB">
+<!ENTITY psmisc-time "psmisc minutes">
<!ENTITY shadow-version "20001016">
<!ENTITY shadow-size "551 KB">
<!ENTITY shadow-patch-size "0.40 KB">
+<!ENTITY shadow-compsize "shadow MB">
+<!ENTITY shadow-time "shadow minutes">
<!ENTITY sysklogd-version "1.4.1">
<!ENTITY sysklogd-size "67 KB">
+<!ENTITY sysklogd-compsize "sysklogd MB">
+<!ENTITY sysklogd-time "psmisc minutes">
<!ENTITY sysvinit-version "2.78">
<!ENTITY sysvinit-size "90 KB">
<!ENTITY sysvinit-patch-size "0.39 KB">
+<!ENTITY sysvinit-compsize "sysvinit MB">
+<!ENTITY sysvinit-time "sysvinit minutes">
<!ENTITY util-linux-version "2.11f">
<!ENTITY util-linux-size "918.13 KB">
+<!ENTITY util-linux-compsize "util-linux MB">
+<!ENTITY util-linux-time "util-linux minutes">
<!ENTITY netkit-base-version "0.17">
<!ENTITY netkit-base-size "49 KB">
+<!ENTITY netkit-base-compsize "netkit-base MB">
+<!ENTITY netkit-base-time "netkit-base minutes">
<!ENTITY net-tools-version "1.60">
<!ENTITY net-tools-size "193.87 KB">
+<!ENTITY net-tools-compsize "net-tools MB">
+<!ENTITY net-tools-time "net-tools minutes">
]>