فهرست منبع

Added compile times and sizes as entities

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 سال پیش
والد
کامیت
3554fa3aaf
66فایلهای تغییر یافته به همراه463 افزوده شده و 5 حذف شده
  1. 5 0
      chapter05/bash.xml
  2. 5 0
      chapter05/binutils.xml
  3. 5 0
      chapter05/bzip2.xml
  4. 5 0
      chapter05/diffutils.xml
  5. 5 0
      chapter05/fileutils.xml
  6. 5 0
      chapter05/gcc.xml
  7. 5 0
      chapter05/grep.xml
  8. 5 0
      chapter05/gzip.xml
  9. 5 0
      chapter05/kernel.xml
  10. 5 0
      chapter05/make.xml
  11. 5 0
      chapter05/mawk.xml
  12. 5 0
      chapter05/patch.xml
  13. 5 0
      chapter05/sed.xml
  14. 5 0
      chapter05/shellutils.xml
  15. 5 0
      chapter05/tar.xml
  16. 5 0
      chapter05/texinfo.xml
  17. 5 0
      chapter05/textutils.xml
  18. 5 0
      chapter06/autoconf.xml
  19. 5 0
      chapter06/automake.xml
  20. 5 0
      chapter06/bash.xml
  21. 5 0
      chapter06/bin86.xml
  22. 5 0
      chapter06/binutils.xml
  23. 5 0
      chapter06/bison.xml
  24. 5 0
      chapter06/bzip2.xml
  25. 5 0
      chapter06/diffutils.xml
  26. 5 0
      chapter06/e2fsprogs.xml
  27. 5 0
      chapter06/ed.xml
  28. 5 0
      chapter06/file.xml
  29. 5 0
      chapter06/fileutils.xml
  30. 5 0
      chapter06/findutils.xml
  31. 5 0
      chapter06/flex.xml
  32. 5 0
      chapter06/gcc.xml
  33. 5 0
      chapter06/gettext.xml
  34. 5 0
      chapter06/glibc.xml
  35. 5 0
      chapter06/grep.xml
  36. 5 0
      chapter06/groff.xml
  37. 5 0
      chapter06/gzip.xml
  38. 5 0
      chapter06/kbd.xml
  39. 5 0
      chapter06/less.xml
  40. 5 0
      chapter06/libtool.xml
  41. 5 0
      chapter06/lilo.xml
  42. 5 0
      chapter06/m4.xml
  43. 5 0
      chapter06/make.xml
  44. 5 0
      chapter06/man.xml
  45. 5 0
      chapter06/manpages.xml
  46. 5 0
      chapter06/mawk.xml
  47. 5 0
      chapter06/modutils.xml
  48. 5 0
      chapter06/ncurses.xml
  49. 5 0
      chapter06/netkitbase.xml
  50. 5 0
      chapter06/nettools.xml
  51. 5 0
      chapter06/patch.xml
  52. 5 0
      chapter06/perl.xml
  53. 5 0
      chapter06/procinfo.xml
  54. 5 0
      chapter06/procps.xml
  55. 5 0
      chapter06/psmisc.xml
  56. 5 0
      chapter06/sed.xml
  57. 5 0
      chapter06/shadowpwd.xml
  58. 5 0
      chapter06/shellutils.xml
  59. 5 0
      chapter06/sysklogd.xml
  60. 5 0
      chapter06/sysvinit.xml
  61. 5 0
      chapter06/tar.xml
  62. 5 0
      chapter06/texinfo.xml
  63. 5 0
      chapter06/textutils.xml
  64. 5 0
      chapter06/utillinux.xml
  65. 5 0
      chapter06/vim.xml
  66. 138 5
      index.xml

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;
 

+ 5 - 0
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;

+ 5 - 0
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;
 

+ 138 - 5
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">
 
 ]>