changelog.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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 chapters for the other architectures.
  6. </para>
  7. <para>
  8. &version; - &releasedate;
  9. </para>
  10. <itemizedlist>
  11. <listitem><para>
  12. Converted the SGML source to XML.
  13. </para></listitem>
  14. <listitem><para>
  15. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  16. page recommends cfdisk over fdisk because it's more stable.
  17. </para></listitem>
  18. <listitem><para>
  19. Chapter 4: Changed the wording to make it more general as ext2 no
  20. longer is the only used file system. Reiser for example is often used
  21. too now.
  22. </para></listitem>
  23. <listitem><para>
  24. Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
  25. the move of Glibc from Chapter 5 to Chapter 6.
  26. </para></listitem>
  27. <listitem><para>
  28. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  29. here, only copy the MAKEDEV script and make a temp copy which will be
  30. used to create device files. This second file (MAKEDEV-temp) doesn't
  31. contain user names and group names but only user id's and group id's. We
  32. need a few device files to get Glibc installed, but before GLibc is
  33. installed user and group names are not recognized yet; only the numeric
  34. id's. This requires a slightly modified MAKEDEV script which will be
  35. generated by patching the original one. This patching is done here in
  36. chapter 5. Also, fixed the explanations on both makedev installations.
  37. </para></listitem>
  38. <listitem><para>
  39. Chapter 5: Recommended to install all the software while logged in (or
  40. su'ed to) user root.
  41. </para></listitem>
  42. <listitem><para>
  43. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  44. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  45. LFS-3.0 system).
  46. </para></listitem>
  47. <listitem><para>
  48. Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
  49. </para></listitem>
  50. <listitem><para>
  51. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
  52. </para></listitem>
  53. <listitem><para>
  54. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
  55. </para></listitem>
  56. <listitem><para>
  57. Chapter 6: Updated Glibc installation instructions. 'configparms' file
  58. creation has been deleted. No need to pick a compiler (either distro's
  59. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  60. now so we'll use the one we have
  61. </para></listitem>
  62. <listitem><para>
  63. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  64. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  65. working versions.
  66. </para></listitem>
  67. <listitem><para>
  68. Chapter 6: Added the creation of the lex symlink to the flex
  69. installation.
  70. </para></listitem>
  71. <listitem><para>
  72. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  73. installation. "$@" allows usage of quoted arguments with blanks.
  74. </para></listitem>
  75. <listitem><para>
  76. Chapter 6: Fixed the man page installation during console-tools'
  77. installation.
  78. </para></listitem>
  79. <listitem><para>
  80. Chapter 6: When entering chroot the $TERM variable inside chroot is set
  81. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  82. </para></listitem>
  83. <listitem><para>
  84. Chapter 6: Merged the different sulogin lines from the inittab file
  85. into one line.
  86. </para></listitem>
  87. <listitem><para>
  88. Chapter 7: Fixed the delays in the killproc function in the functions
  89. script. Now after kill, first check PIDs, then sleep 2 if needed. More
  90. details can be read in the comments in the script itself.
  91. </para></listitem>
  92. <listitem><para>
  93. Chapter 7: Added the explanation how the runlevels and boot process
  94. works when using the LFS scripts.
  95. </para></listitem>
  96. <listitem><para>
  97. Chapter 10: Added this chapter. It contains "thanks and good luck"
  98. notes and suggest creating the /etc/lfs-&version; file
  99. </para></listitem>
  100. </itemizedlist>
  101. </sect1>