changelog.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <sect1 id="ch01-changelog">
  2. <title>Changelog</title>
  3. <para>
  4. If, for example, a change is listed for chapter 5, it (usually) means the
  5. same change has been made in the corresponding chapter for the other
  6. architectures.
  7. </para>
  8. <para>
  9. &version; - &releasedate;
  10. </para>
  11. <itemizedlist>
  12. <listitem><para>
  13. Converted the SGML source to XML.
  14. </para></listitem>
  15. <listitem><para>
  16. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  17. page recommends cfdisk over fdisk because it's more stable.
  18. </para></listitem>
  19. <listitem><para>
  20. Chapter 4: Changed the wording to make it more general as ext2 no
  21. longer is the only used file system. Reiserfs, for example, is often used
  22. too now.
  23. </para></listitem>
  24. <listitem><para>
  25. Chapter 4: Updated the directory list to be more FHS compliant. Mainly
  26. this meant adding the opt directories and removing /usr/tmp and
  27. /usr/local/tmp
  28. </para></listitem>
  29. <listitem><para>
  30. Chapter 5: Added static mawk, texinfo, and partially gettext to facilitate
  31. the move of Glibc from Chapter 5 to Chapter 6.
  32. </para></listitem>
  33. <listitem><para>
  34. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  35. here, only copy the MAKEDEV script and make a temp copy which will be
  36. used to create device files. This second file (MAKEDEV-temp) doesn't
  37. contain user names and group names but only user id's and group id's. We
  38. need a few device files to get Glibc installed, but, before Glibc is
  39. installed, user and group names are not recognized yet, only the numeric
  40. id's. This requires a slightly modified MAKEDEV script which will be
  41. generated by patching the original one. This patching is done here in
  42. chapter 5. Also, fixed the explanations on both makedev installations.
  43. </para></listitem>
  44. <listitem><para>
  45. Chapter 5: Recommended to install all the software while logged in (or
  46. su'ed to) user root.
  47. </para></listitem>
  48. <listitem><para>
  49. Chapter 5: Simplified ln commands.
  50. </para></listitem>
  51. <listitem><para>
  52. Chapter 5: Removed prefix=$LFS/usr from tar's make install.
  53. </para></listitem>
  54. <listitem><para>
  55. Chapter 5+6: Removed fileutils-patch. After upgrading to fileutils-4.1
  56. the patch isn't needed anymore.
  57. </para></listitem>
  58. <listitem><para>
  59. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  60. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  61. LFS-3.0 system).
  62. </para></listitem>
  63. <listitem><para>
  64. Chapter 5+6: Removed --disable-nls from configuration of programs that don't
  65. need it (bash, diffutils, gzip, sed, m4).
  66. </para></listitem>
  67. <listitem><para>
  68. Chapter 5+6: Changed from "cd dir && make" to "make -C dir"
  69. (gettext-static, sysvinit).
  70. </para></listitem>
  71. <listitem><para>
  72. Chapter 5: Beautified the static link process for mawk.
  73. </para></listitem>
  74. <listitem><para>
  75. Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
  76. </para></listitem>
  77. <listitem><para>
  78. Chapter 5: Changed the links we create during gcc-installation to
  79. $LFS/usr/bin/cpp.
  80. </para></listitem>
  81. <listitem><para>
  82. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
  83. </para></listitem>
  84. <listitem><para>
  85. Chapter 5+6: Put back the instructions on how to copy/remove the old NSS library
  86. files, in case the original distribution uses glibc-2.0.x.
  87. </para></listitem>
  88. <listitem><para>
  89. Chapter 5: Added the notice about an old version of install-info.
  90. </para></listitem>
  91. <listitem><para>
  92. Chapter 5: Removed the installation of a static gettext.
  93. </para></listitem>
  94. <listitem><para>
  95. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
  96. </para></listitem>
  97. <listitem><para>
  98. Chapter 6: Updated Glibc installation instructions. The 'configparms' file
  99. creation has been deleted. No need to pick a compiler (either distro's
  100. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  101. now so we'll use the one we have.
  102. </para></listitem>
  103. <listitem><para>
  104. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  105. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  106. working versions.
  107. </para></listitem>
  108. <listitem><para>
  109. Chapter 6: Changed the procps installation from sed'ing to an easier way.
  110. </para></listitem>
  111. <listitem><para>
  112. Chapter 6: Added the creation of the lex symlink to the flex
  113. installation.
  114. </para></listitem>
  115. <listitem><para>
  116. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  117. installation. "$@" allows usage of quoted arguments with blanks.
  118. </para></listitem>
  119. <listitem><para>
  120. Chapter 6: Fixed the man page installation during console-tools'
  121. installation.
  122. </para></listitem>
  123. <listitem><para>
  124. Chapter 6: When entering chroot, the $TERM variable inside chroot is set
  125. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  126. </para></listitem>
  127. <listitem><para>
  128. Chapter 6: Merged the different sulogin lines from the inittab file
  129. into one line.
  130. </para></listitem>
  131. <listitem><para>
  132. Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
  133. "ln -sf file" (in glibc, bzip2 and gzip installations).
  134. </para></listitem>
  135. <listitem><para>
  136. Chapter 6: Added a sed to fix a problem during glibc-installation.
  137. pt_chown can not be installed setuid root, because "root" is not known by
  138. glibc yet (kind of hen and egg-problem).
  139. </para></listitem>
  140. <listitem><para>
  141. Chapter 6: Changed consoledata/tools to kbd, which is more actively developed,
  142. and less of a pain to install.
  143. </para></listitem>
  144. <listitem><para>
  145. Chapter 6: Changed bin86's installation from "make PREFIX=/usr install"
  146. to "make INSTALL_OPTS="-m 755" PREFIX=/usr install". This will prevent
  147. install from invoking strip -s on the files. This fails because a
  148. couple of the installed files are shell scripts rather than programs,
  149. so they can't be stripped.
  150. </para></listitem>
  151. <listitem><para>
  152. Chapter 6: Removed the ld.so section since we only used the man pages and
  153. replaced it with a patch to man-pages.
  154. </para></listitem>
  155. <listitem><para>
  156. Chapter 7: Fixed the delays in the killproc function in the functions
  157. script. Now, after kill, first check PIDs, then sleep 2 if needed. More
  158. details can be read in the comments in the script itself.
  159. </para></listitem>
  160. <listitem><para>
  161. Chapter 7: Added the explanation how the runlevels and boot process
  162. works when using the LFS scripts.
  163. </para></listitem>
  164. <listitem><para>
  165. Chapter 7+8: Moved the creation of /etc/fstab to chapter 8.
  166. </para></listitem>
  167. <listitem><para>
  168. Chapter 10: Added this chapter. It contains "thanks and good luck"
  169. notes and suggest creating the /etc/lfs-&version; file.
  170. </para></listitem>
  171. <listitem><para>
  172. Appendix A: Added the description of the Netkit-base and Net-tools packages.
  173. </para></listitem>
  174. <listitem><para>
  175. Appendix A: Added missing descriptions of frcode, code and bigram in
  176. the findutils-4.1 package.
  177. </para></listitem>
  178. <listitem><para>
  179. Everywhere: Added numerous FHS compliance notes. These instructions can be
  180. followed if one wishes to build a fully FHS-compliant system.
  181. </para></listitem>
  182. </itemizedlist>
  183. </sect1>