source: chapter01/changelog.xml@ 2b81132

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_0 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 2b81132 was 2b81132, checked in by Simon Perreault <nomis80@…>, 23 years ago

Put back the NSS instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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