changelog.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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: We now copy the kernel include directories instead of linking to
  56. them. This is theoretically safer if we plan on upgrading the kernel.
  57. </para></listitem>
  58. <listitem><para>
  59. Chapter 5+6: Removed fileutils-patch. After upgrading to fileutils-4.1
  60. the patch isn't needed anymore.
  61. </para></listitem>
  62. <listitem><para>
  63. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  64. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  65. LFS-3.0 system).
  66. </para></listitem>
  67. <listitem><para>
  68. Chapter 5+6: Removed --disable-nls from configuration of programs that don't
  69. need it (bash, diffutils, gzip, sed, m4).
  70. </para></listitem>
  71. <listitem><para>
  72. Chapter 5+6: Changed from "cd dir &amp;&amp; make" to "make -C dir"
  73. (gettext-static, sysvinit).
  74. </para></listitem>
  75. <listitem><para>
  76. Chapter 5: Beautified the static link process for mawk.
  77. </para></listitem>
  78. <listitem><para>
  79. Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
  80. </para></listitem>
  81. <listitem><para>
  82. Chapter 5: Changed the links we create during gcc-installation to
  83. $LFS/usr/bin/cpp.
  84. </para></listitem>
  85. <listitem><para>
  86. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
  87. </para></listitem>
  88. <listitem><para>
  89. Chapter 5+6: Put back the instructions on how to copy/remove the old NSS library
  90. files, in case the original distribution uses glibc-2.0.x.
  91. </para></listitem>
  92. <listitem><para>
  93. Chapter 5: Added the notice about an old version of install-info.
  94. </para></listitem>
  95. <listitem><para>
  96. Chapter 5: Removed the installation of a static gettext.
  97. </para></listitem>
  98. <listitem><para>
  99. Chapter 5: Reordered the installations alphabetically.
  100. </para></listitem>
  101. <listitem><para>
  102. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
  103. </para></listitem>
  104. <listitem><para>
  105. Chapter 6: Updated Glibc installation instructions. The 'configparms' file
  106. creation has been deleted. No need to pick a compiler (either distro's
  107. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  108. now so we'll use the one we have.
  109. </para></listitem>
  110. <listitem><para>
  111. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  112. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  113. working versions.
  114. </para></listitem>
  115. <listitem><para>
  116. Chapter 6: Changed the procps installation from sed'ing to an easier way.
  117. </para></listitem>
  118. <listitem><para>
  119. Chapter 6: Added the creation of the lex symlink to the flex
  120. installation.
  121. </para></listitem>
  122. <listitem><para>
  123. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  124. installation. "$@" allows usage of quoted arguments with blanks.
  125. </para></listitem>
  126. <listitem><para>
  127. Chapter 6: Fixed the man page installation during console-tools'
  128. installation.
  129. </para></listitem>
  130. <listitem><para>
  131. Chapter 6: When entering chroot, the $TERM variable inside chroot is set
  132. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  133. </para></listitem>
  134. <listitem><para>
  135. Chapter 6: Merged the different sulogin lines from the inittab file
  136. into one line.
  137. </para></listitem>
  138. <listitem><para>
  139. Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
  140. "ln -sf file" (in glibc, bzip2 and gzip installations).
  141. </para></listitem>
  142. <listitem><para>
  143. Chapter 6: Added a sed to fix a problem during glibc-installation.
  144. pt_chown can not be installed setuid root, because "root" is not known by
  145. glibc yet (kind of hen and egg-problem).
  146. </para></listitem>
  147. <listitem><para>
  148. Chapter 6: Changed consoledata/tools to kbd, which is more actively developed,
  149. and less of a pain to install.
  150. </para></listitem>
  151. <listitem><para>
  152. Chapter 6: Changed bin86's installation from "make PREFIX=/usr install"
  153. to "make INSTALL_OPTS="-m 755" PREFIX=/usr install". This will prevent
  154. install from invoking strip -s on the files. This fails because a
  155. couple of the installed files are shell scripts rather than programs,
  156. so they can't be stripped.
  157. </para></listitem>
  158. <listitem><para>
  159. Chapter 6: Removed the ld.so section since we only used the man pages and
  160. replaced it with a patch to man-pages.
  161. </para></listitem>
  162. <listitem><para>
  163. Chapter 6: Moved the installations of ed and patch into their alphabetical
  164. positions.
  165. </para></listitem>
  166. <listitem><para>
  167. Chapter 7: Fixed the delays in the killproc function in the functions
  168. script. Now, after kill, first check PIDs, then sleep 2 if needed. More
  169. details can be read in the comments in the script itself.
  170. </para></listitem>
  171. <listitem><para>
  172. Chapter 7: Added the explanation how the runlevels and boot process
  173. works when using the LFS scripts.
  174. </para></listitem>
  175. <listitem><para>
  176. Chapter 7: Added [ ATTN ] warning message to the functions script. When
  177. you attemp to start a service that's arleady running or stop a service
  178. that's not running, it'll not print FAILED anymore but [ ATTN ] along
  179. with "Already running" or "Not running".
  180. </para></listitem>
  181. <listitem><para>
  182. Chapter 7+8: Moved the creation of /etc/fstab to chapter 8.
  183. </para></listitem>
  184. <listitem><para>
  185. Chapter 9: Renamed the network-scripts directory in nic-config.
  186. </para></listitem>
  187. <listitem><para>
  188. Chapter 10: Added this chapter. It contains "thanks and good luck"
  189. notes and suggest creating the /etc/lfs-&version; file.
  190. </para></listitem>
  191. <listitem><para>
  192. Appendix A: Added the description of the Netkit-base and Net-tools packages.
  193. </para></listitem>
  194. <listitem><para>
  195. Appendix A: Added missing descriptions of frcode, code and bigram in
  196. the findutils-4.1 package.
  197. </para></listitem>
  198. <listitem><para>
  199. Everywhere: Added numerous FHS compliance notes. These instructions can be
  200. followed if one wishes to build a fully FHS-compliant system.
  201. </para></listitem>
  202. </itemizedlist>
  203. </sect1>