changelog.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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 5: Added static mawk, texinfo, and partially gettext to faciliate
  26. the move of Glibc from Chapter 5 to Chapter 6.
  27. </para></listitem>
  28. <listitem><para>
  29. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  30. here, only copy the MAKEDEV script and make a temp copy which will be
  31. used to create device files. This second file (MAKEDEV-temp) doesn't
  32. contain user names and group names but only user id's and group id's. We
  33. need a few device files to get Glibc installed, but, before Glibc is
  34. installed, user and group names are not recognized yet, only the numeric
  35. id's. This requires a slightly modified MAKEDEV script which will be
  36. generated by patching the original one. This patching is done here in
  37. chapter 5. Also, fixed the explanations on both makedev installations.
  38. </para></listitem>
  39. <listitem><para>
  40. Chapter 5: Recommended to install all the software while logged in (or
  41. su'ed to) user root.
  42. </para></listitem>
  43. <listitem><para>
  44. Chapter 5: Simplified ln commands.
  45. </para></listitem>
  46. <listitem><para>
  47. Chapter 5: Removed prefix=$LFS/usr from tar's make install.
  48. </para></listitem>
  49. <listitem><para>
  50. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  51. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  52. LFS-3.0 system).
  53. </para></listitem>
  54. <listitem><para>
  55. Chapter 5+6: Removed --disable-nls from configuration of programs that don't
  56. need it (bash, diffutils, gzip, sed, m4).
  57. </para></listitem>
  58. <listitem><para>
  59. Chapter 5+6: Changed from "cd dir && make" to "make -C dir"
  60. (gettext-static, sysvinit).
  61. </para></listitem>
  62. <listitem><para>
  63. Chapter 5: Beautified the static link process for mawk.
  64. </para></listitem>
  65. <listitem><para>
  66. Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
  67. </para></listitem>
  68. <listitem><para>
  69. Chapter 5: Changed the links we create during gcc-installation to
  70. $LFS/usr/bin/cpp.
  71. </para></listitem>
  72. <listitem><para>
  73. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
  74. </para></listitem>
  75. <listitem><para>
  76. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
  77. </para></listitem>
  78. <listitem><para>
  79. Chapter 6: Updated Glibc installation instructions. The 'configparms' file
  80. creation has been deleted. No need to pick a compiler (either distro's
  81. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  82. now so we'll use the one we have.
  83. </para></listitem>
  84. <listitem><para>
  85. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  86. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  87. working versions.
  88. </para></listitem>
  89. <listitem><para>
  90. Chapter 6: Changed the procps installation from sed'ing to an easier way.
  91. </para></listitem>
  92. <listitem><para>
  93. Chapter 6: Added the creation of the lex symlink to the flex
  94. installation.
  95. </para></listitem>
  96. <listitem><para>
  97. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  98. installation. "$@" allows usage of quoted arguments with blanks.
  99. </para></listitem>
  100. <listitem><para>
  101. Chapter 6: Fixed the man page installation during console-tools'
  102. installation.
  103. </para></listitem>
  104. <listitem><para>
  105. Chapter 6: When entering chroot, the $TERM variable inside chroot is set
  106. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  107. </para></listitem>
  108. <listitem><para>
  109. Chapter 6: Merged the different sulogin lines from the inittab file
  110. into one line.
  111. </para></listitem>
  112. <listitem><para>
  113. Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
  114. "ln -sf file" (in glibc, bzip2 and gzip installations).
  115. </para></listitem>
  116. <listitem><para>
  117. Chapter 6: Added a sed to fix a problem during glibc-installation.
  118. pt_chown can not be installed setuid root, because "root" is not known by
  119. glibc yet (kind of hen and egg-problem).
  120. </para></listitem>
  121. <listitem><para>
  122. Chapter 6: Changed consoledata/tools to kbd, which is more actively developed,
  123. and less of a pain to install.
  124. </para></listitem>
  125. <listitem><para>
  126. Chapter 7: Fixed the delays in the killproc function in the functions
  127. script. Now, after kill, first check PIDs, then sleep 2 if needed. More
  128. details can be read in the comments in the script itself.
  129. </para></listitem>
  130. <listitem><para>
  131. Chapter 7: Added the explanation how the runlevels and boot process
  132. works when using the LFS scripts.
  133. </para></listitem>
  134. <listitem><para>
  135. Chapter 10: Added this chapter. It contains "thanks and good luck"
  136. notes and suggest creating the /etc/lfs-&version; file.
  137. </para></listitem>
  138. <listitem><para>
  139. Appendix A: Added the description of the Netkit-base and Net-tools packages.
  140. </para></listitem>
  141. </itemizedlist>
  142. </sect1>